/*公共样式*/
* { margin: 0px; padding: 0px; }
a { color: #606262; text-decoration: none; outline:none; }
a:hover { text-decoration: none; color: #F60; }
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; }

body { background:url(../images/loginbg.jpg)  no-repeat center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position:relative; font-family: "微软雅黑","宋体"; }

/*样式*/
.loginblock { width:674px; height:326px;   margin:0 auto;  }

.logo{width:674px; float:left; display:block; text-align:center; height:101px; padding:177px 0 30px 0;}
.loginbg{ float:left; width:516px; height:266px; padding:60px 0 0 158px;  background:url(../images/loginbg.png) no-repeat left top;}
.login{float:left; width:412px;}
.login dl{float:left; width:412px; padding-bottom:10px;}
.loname{float:left; width:84px; font-size:18px;  line-height:33px;}
.loinput{float:left;}
.textfieldint{ height:33px; line-height:33px; border:1px solid #CCC; color:#555;}
.lolzm{float:left; height:33px; padding-left:8px;}
.lobut{float:left; width:294px; padding-left:84px; }
.lobut li{float:left; width:135px; height:50px; line-height:50px; text-align:center; font-size:24px; padding-right:8px;}
.locur{ background:url(../images/loginbut1.jpg) no-repeat left center; color: #FFF;}
.locur a{ color: #FFF;}
.lonorm{ background:url(../images/loginbut2.jpg) no-repeat left center; color:#606262;}