/* CSS Document */

*{ margin:0px; padding:0px; vertical-align:middle; list-style:none;}
body{ font-size:12px; background:url(../images/login/bg.jpg) no-repeat center top;}

#login-div{ width:1180px; min-width:1180px; height:580px; margin:0px auto;}
#login-div div#login-2{ padding:250px 0px 0px 40px; width:920px;}
#login-div div#login-2 table tr td{ position:relative; height:40px;}
#login-div div#login-2 table tr td input{ border:none}
#login-div div#login-2 label{ position:absolute; color:#fff; padding-left:35px; height:32px; line-height:32px;}

.username-ip{ background:url(../images/login/username-bg.png) no-repeat; width:192px; height:32px; line-height:32px; color:#fff; padding:0px 5px 0px 70px;}
.password-ip{ background:url(../images/login/password-bg.png) no-repeat; width:192px; height:32px; line-height:32px; color:#fff;padding:0px 5px 0px 70px;}
.yzm-ip{ background:url(../images/login/yzm-bg.png) no-repeat; width:98px; height:32px; line-height:32px; color:#fff; padding:0px 5px 0px 80px;}
.login-btn{ background:url(../images/login/btn-bg.png) no-repeat; width:142px; height:56px; line-height:56px; color:#fff; text-align:center; cursor:pointer; font-weight:bold; font-size:16px;}

#login-div div#login-2 ul li{ background:url(../images/login/ico-arrow.png) no-repeat left center; padding-left:10px; height:30px; line-height:30px;}
#login-div div#login-2 ul li a{ text-decoration:none; color:#333}
.error{color: #FF0000;font-weight: bold;}