/* CSS Document */
*{margin:0px auto;padding:0;color:#000;}/*全局的3F5FA6*/
body{background:#ECF3FB;font-size:12px;width:950px;}
a:link{color:#3F5FA6;text-decoration:none;}
a:visited{color:#3F5FA6; text-decoration:none;}
a:hover{color:#ff0000; text-decoration:none;}
a:active{color:#524e4e; text-decoration:none;}
.bdr{border:1px solid #3F5FA6;}/*给边框加一像素 颜色*/
.left_div{margin:5px 0px 0px 0px;}/*上边距为5 其他为零*/
.right_div{margin:5px 0px 0px 6px;}/*div相互间距6px*/
.title{
border-bottom:1px solid #3F5FA6;color:#395699;padding:6px 0px 0px 10px;font-size:12px;height:17px;background:url(../Img/title_bg.jpg) repeat-x;
}/*每个H1标题*/
#pic{
margin-top:10px;
}
#regtop{
border:2px solid #3F5FA6;
border-top:0;
padding-top:20px;
width:948px;
}
#regtop ul{
margin-left:150px;
padding-bottom:30px;
line-height:40px;
}
#regbegin{
width:950px;
}
#p_up{
width:90%;
line-height:30px;
padding:10px 10px 0px 10px;
border-bottom:1px dashed #3F5FA6;
}
#p_down{
width:90%;
line-height:16px;
padding:5px 10px;
color:#FF0000;
}
#tb{
font-size:14px;
line-height:28px;
width:92%;
}
#tb tr td{
padding-left:6px;
}
#tb tr td span{
color:#FF0000;
}
.font12{
font-size:12px;
}
#regbegin ul li{
margin-top:30px;
}
.Error{float:left; border:1px solid #A2553B;padding-left:16px;background:#FEF1E1 url(/Img/pass.gif) left center no-repeat;height:20px;line-height:20px;color:red;}
.Right{float:left; border:1px solid #419041;padding-left:16px;background:#EDFCE7 url(/Img/sure.gif) left center no-repeat;height:20px;line-height:20px;color:Green;}
