﻿@charset "utf-8";
/* CSS comment */

body,div,p,form,ul,img,input,span,dd,dl,dt {font-size:12px; margin:0px; padding:0px;}
body { font-family:Tahoma, Verdana,  simsun, sans-serif; margin:0 auto; background-color:#ffffff; color:#3f3f3f; background:url(../images/index/body_bg.gif) repeat-x;}
a {	color:#333;	text-decoration:none;}
a:hover {color:#1663b7;	text-decoration:none;}
ul,li,dl,dd,ol{list-style-type:none;}
img {border:none; display:inline;}
table {	border-collapse:collapse; table-layout:fixe}
.clearfix:after { content:"."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.clear { clear: both; font-size: 0; visibility: hidden; width: 0; line-height: 0; }
p{ margin:0px;	}
h1,h2,h3,h4,h5,h6,h7{font-size:12px; margin: 0;}
a.red, a.red:hover { color:#F00; text-decoration:underline;}
a.white{ color:#fff; text-decoration:none;}
a.white:hover{ color:#fff; text-decoration:underline;}
.mbottom{ margin-bottom:15px;}
.fleft{ float:left;}
.fright{ float:right;}
.in_p{ border:1px solid #abadb3; padding-left:3px; background-color:#FFF; height:20px; line-height:20px;}

/*铵钮*/
.uiButton{cursor:pointer; display:inline-block; padding:2px 8px; color:#333; font-weight:bold; line-height:16px; text-align:center; text-decoration:none; vertical-align:top; white-space:nowrap; background:url(../images/index/btn_bg.gif) no-repeat; background-color:#eee; border:1px solid #999; border-bottom-color:#888; box-shadow:0 1px 0 rgba(0, 0, 0, 0.1); overflow: visible;}/*box-shadow:设置块阴影 */
a.uiButton, a.uiButton:hover {color:#333333; text-decoration:none;}/* padding:4px 8px;针对使用A标签做按钮时的定义*/
.uiButton + .uiButton { margin-left:4px }/* .uiButton + .uiButton IE6不认识 */
.text14 { font-size:14px;}
.f_normal{font-weight:normal;}/*文字恢复正常*/
.home_nrbg {
    background: url("../images/index/login_bg.gif") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #D0D0D0;
    height: 165px;
    padding: 20px 20px 0 12px;
}