/*公共样式*/
* { margin: 0px; padding: 0px; }
a { color: #333; text-decoration: none; outline:none; }
a:hover { text-decoration: none; color: #FC0; }
a:active { text-decoration: none; color: #F60; star:expression(this.onFocus=this.blur());
}
ul, li, dl, dt, dd { list-style:none; margin:0; padding:0; }
img { border:0; }
.yellow{ color: #F60; }
.yellow:link, .yellow:visited{ color: #F60; }
.yellow:hover{ color: #333; }
.red { color: #F00; }
.hs { color: #999; }
body { background:url(../images/loginbg.jpg) no-repeat center top; font-family: Arial; }

/*样式*/
.loginblock { float: left;  width: 465px; padding:141px 0 0 729px;  }
.login{height: 368px; width: 465px; background:url(../images/block.jpg) no-repeat left top;}
.login dl { float: left; width: 420px; padding-left: 45px; }
.title { line-height: 45px; font-size: 20px;  padding:42px 0 40px 0; color: #251B0D; display: block; text-align:center; }
.item { line-height: 29px; height: 29px; padding-bottom: 15px; width:465px; float:left; }
.item span { float: left; width: 138px; text-align: right; color: #FEF3C6; padding-right: 4px; font-size:16px; }
.textfield { line-height: 29px; border: 1px solid #997423; height: 29px; padding-left: 4px; background-color:#E0CC83; }
.butter { padding-left: 64px; padding: 14px 0 0 142px; }
