/*重定义HTML外观*/
html{overflow-y:scroll;}
html,body{ margin:0; padding:0;}
body{ background-image:url(images/bg.gif);background-color:#fff; background-repeat:repeat-x;}
a{ text-decoration:none;}
a img{ border:0;}
a:hover{ text-decoration:none;}
ul,li{ padding:0; margin:0; list-style:none;}
form{ margin:0; padding:0;}
h1,h2,h3,h4,h5{ padding:0; margin:0;}
th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
p{ margin:0; padding:0; margin-bottom:5px;}
.link{ color:#06C; text-decoration:none;}
.hide{ display:none;}
/*页面主体*/
.body{ width:980px; margin:auto; display:table;}

/*顶部通栏*/
.top{ width:980px; margin:auto; height:32px; font-size:12px; line-height:30px;}
	.top .login{ float:left; margin-left:10px; width:550px; height:32px; overflow:hidden;}
		.top .login span{ float:left; color:#999; font-family:'宋体';}
		.top .login label{ float:left; margin-top:5px;}
		.top .login .username,.top .login .password{ background:url(/Public/stype/default/images/main.gif) -10px -10px; _background-attachment: fixed; border:0; width:96px; line-height:20px;  height:20px; padding:0 4px 0 4px; margin-right:8px;}
		.top .login .cktext{ margin:0;}
		.top .login .submit{ background:url(/Public/stype/default/images/main.gif) -130px -10px; width:37px; height:18px; border:0; font-size:0; margin:0 15px 0 8px; color:#bd2b2c;}
		.top .login .line{ margin:0 3px 0 2px;}
		.top .login a{ color:#333;}
		.top .login .userinfo{ color:#333;}
		.top .login .userinfo em{ font-style:normal; color:#B70004;}
		
	.top .info{ float:right; width:285px; height:32px;}
		.top .info a{ float:left; color:#333;}
		.top .info span{ float:left; margin:0 4px 0 3px; font-family:'宋体';}
		.top .info .weight{ color:#c10102;}
		
.backToTop {display:none; z-index:9999999; width: 18px;line-height:1.2; padding:5px 0;background-color:#000; color:#fff; font-size: 12px; text-align:center; position:fixed; _position:absolute; right:10px; bottom:100px; _bottom:"auto";cursor: pointer;opacity:0.6;filter: Alpha(opacity=60);}
