﻿html, body, div, p, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
	margin:0;
	padding:0
}
img {
	border:0 none; position:relative;
}
body {
	color:#666;
	font-size:13px;
	background-color:#f2f2f2
}
body, input, blockquote, textarea {
	font-family:'微软雅黑','Oswald', 'Helvetica Neue', 'Microsoft YaHei', Helvetica, Arial, Verdana, sans-serif;
}

/*底部登录提示面板*/
.login_panel{ width:100%; height:65px; background:url(images/float_bottom_bg.png) 0 0 repeat-x; overflow:hidden; display:none; position:fixed; bottom:0;}
.login_panel .panel_center{ margin:10px auto; background:url(images/login_panel_bg.png) 350px 0 no-repeat; width:980px; height:45px; overflow:hidden;}
.login_panel .panel_center p{ float:left; line-height:45px; margin-top:6px;}
.login_panel .panel_center .tips{ font-size:14px; font-weight:bold; color:#4ba6e5; width:437px; margin-left:0; text-align:left; text-indent:110px; line-height:40px;}
.login_panel .panel_center .close{ font-size:14px; background:url(images/icon_close.png) 0 center no-repeat; margin-left:30px;  height:32px; line-height:32px; text-indent:30px; display:block; color:#e54e4b;}

