﻿/*标签样式*/
*{font-size:12px; margin:0 auto; padding:0; border:0;}
/*body{text-align:left;background-color:#FFF;}*/
body{text-align:left;background-color:#364D9D;}
a:link{color:#0063DC; text-decoration:none;}
a:visited{color:#0063DC; text-decoration:none;}
a:active{color:#ff8c00; text-decoration:none;}
a:hover{color:#ff8c00; text-decoration:underline;}

/* 用户注册 */
#loginBox{width:370px;}
#loginBox th, #loginBox td{ height:37px;line-height:36px;padding:0px 12px;}
/*#loginBox th{width:120px;text-align:left;font-weight:normal;}
#loginBox td{width:280px;text-align:left;}*/

#loginBox th{text-align:left;font-weight:normal;}
#loginBox td{text-align:left;}
.login{background-color:#364D9D;}
#loginTop{background:#364D9D; height:40px;}
/*#loginBottom{background-color:#364D9D; text-align:center; padding-top:3px; color:#fff; height:100%;}*/
#loginBottom{ text-align:center; padding-top:3px; color:#fff; }
#loginContent{background-color:#fff; padding:100px; }

/* 输入控件 */
.txt_input{border:solid 1px #B5B8C8;background:#fff url("../images/text_bg.gif") repeat-x top; padding:3px 0; width:100%;}
.txt_Select{border:solid 1px #B5B8C8;background:#fff url("../images/text_bg.gif") repeat-x top; padding:3px 0; width:101%;}
.btn_input{ width :100%; line-height:30px;border:solid 1px #BBB;margin-top:10px;margin-right:2px;color:#ffffff;cursor:pointer; background-color:#364D9D;}
/* 错误信息 */
.err_sum{text-align:left;padding-left:20px;margin-top:10px;font-size:14px;font-weight:bold;color:#F00;}
.err_sum li{height:20px;line-height:20px;}
.sys_required{color:#FF0000;font-weight:bold; font-size:14px; padding-left:5px;}
input.error { border: 1px solid #CC0000; }

