body{ background-image:url(../images/login/login_bg.jpg); font-family:Microsoft YaHei,Segoe UI,Tahoma,Arial,Verdana,sans-serif; color:#666;
margin: 0px; padding:0px; font-size:12px; }
form,div,ul,li,dl,dt,dd{ border:0px; margin:0px; padding:0px; }
li{list-style-type:none;}
img{border:0px;}
.loginbox{ position:absolute; width:464px;  height:324px; overflow:hidden; 
 	left:50%; top:50%; margin:-182px 0 0 -232px;
   	background-image:url(../images/login/login_bg.gif); background-repeat:no-repeat;
}
.loginbox h2{ text-align:center; padding-top:10px; }
.box{ padding:5px 65px;}
	.li{ position:relative; margin-top:15px; height:30px; padding-left:30px; border:1px solid #7EA3B8; background-color:#E6E6E6; }
	.box1{ background-image:url(../images/login/login_ico1.jpg); background-repeat:no-repeat; }
	.box2{ background-image:url(../images/login/login_ico2.jpg); background-repeat:no-repeat; }
	.box3{ background-image:url(../images/login/login_ico3.jpg); background-repeat:no-repeat; }
	.input{ padding-left:4%; width:95%; margin-top:2px; height:24px; line-height:24px; border:none; border-left:1px solid #AAC9D7;}
	.ic{ float:left; padding-left:4%; width:50%; margin-top:2px; height:24px; line-height:24px; border:none; border-left:1px solid #AAC9D7;}
	.pic{ float:right; width:40%; margin-top:2px; height:24px; color:#00F}
	#vCode{ cursor:pointer;}
	.sb{ padding-top:15px;}
	
/* =====提示div css样式===== */
.tips { background-image: url(../../images/sys/tips_bottom.gif);background-repeat: no-repeat;background-position: left bottom; }
.tipsborder {
	border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;
	border-top-style: solid;border-right-style: solid;border-left-style: solid;
	border-top-color: #999999;border-right-color: #999999;border-left-color: #999999;
	background-color:#FFFFFF;
}
.tipsborder div{ color:#FF0000;font-size:12px; }
/* =====提示div css样式 Over==== */