@charset "utf-8";
/* CSS Document */
body{background: url(../images/bg_login1.png) top center no-repeat #e0e0e0;color:#3a3a3a;  }
.clear{clear: both;}
form{width: 406px; margin:180px auto 0;}
legend{ display: none; }
fieldset{ border: 0; margin-left:75px; }
label{ width: 115px; text-align: right; float: left; margin: 0 10px 0 0; padding: 9px 0 0 0; font-size: 16px;}
.input_user{ width: 170px; display: block; height:35px;margin: 0 0 10px 0; font-size: 18px; color:#666; border:1px solid #CCC; }
.input_user{ background:url(../images/user.png) 0% 50% no-repeat #FFF; padding-left:80px;}
.input_pass{ width: 170px; display: block; height:35px;margin: 0 0 10px 0; font-size: 18px; color:#666; border:1px solid #CCC; }
.input_pass{ background:url(../images/pass.png) 0% 50% no-repeat #FFF; padding-left:80px;}
input[type=checkbox]{ width: 20px; margin: 0; display: inline-block; }				  
.button{ background: url(../images/bg_button1.png) repeat-x top center; border: 1px solid #999;
					  -moz-border-radius: 5px; padding: 5px; color: black; font-weight: bold;
					  -webkit-border-radius: 5px; font-size: 13px;  width: 170px; cursor:pointer; height:48px; }
img {border: 0 }
.footer {padding-top: 5px;width:1280px; bottom:0;position:fixed; height:30px;vertical-align:middle; font-size:11px}
