body{
	font-family:"微软雅黑","Arial";
	padding:0;
	margin:0;
	width:100%;
	background-color: #dfdddd;
	behavior: url(css/css3hover.htc);
	position: relative;

}
.wrap{
	width:100%;
	height:100%;
	position: relative;
    top: -3px;
    left: -3px;
}

.loginbox{
	padding-top:10px;
	width:400px;
	padding-bottom:20px;
	background-color: #fff;
	border: solid 1px #d1cfcf;
	background-image: -webkit-linear-gradient(bottom, #e3e3e3 22%, #fefefe);
	background-image: -moz-linear-gradient(bottom, #e3e3e3 22%, #fefefe);
	background-image: -o-linear-gradient(bottom, #e3e3e3 22%, #fefefe);
	background-image: -ms-linear-gradient(bottom, #e3e3e3 22%, #fefefe);
	background-image: linear-gradient(to top, #e3e3e3 22%, #fefefe);
	-pie-background:linear-gradient(#fefefe,#e3e3e3);
	behavior: url(css/PIE.htc);
	margin: 0 auto;
	position: relative;
	z-index:99;
	top:50px;
	text-align:center;

}
.textin{
	 line-height:30px;
	 padding:10px 0px;
}
.textin label{
    text-align: right;
    width:120px;
    display: inline-block;
   
    font-size:16px;
    color:#555;
}
.textin input{
	width:210px;
	line-height:20px;
	height:25px;
	border:1px solid #ccc;
	font-size:16px;
}
.textin textarea{
	width:210px;
	line-height:20px;
	height:70px;
	scrollbar:none;
}
    .textin select {
    width:210px;
	line-height:20px;
	height:25px;
	border:1px solid #ccc;
	font-size:16px;
    }


.btns input{
	margin-top:10px;
	*line-height:35px;
	border:none;
	font-size:16px;
	margin-left:190px;
	font-family:"微软雅黑","Arial";
	color:#555555;
	text-shadow:0 1px #fff;
	position: relative;
	z-index:999;
	width: 86px; 
	height:35px;
	 -webkit-border-radius: 21px; 
	 -moz-border-radius: 21px; 
	 border-radius: 21px; 
	 background-color: #fff; 
	 -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.16), inset 0 -1px #fff, inset 0 0 1px rgba(255,255,190,.85);
	  -moz-box-shadow: 0 2px 2px rgba(0,0,0,.16), inset 0 -1px #fff, inset 0 0 1px rgba(255,255,190,.85); 
	  box-shadow: 0 2px 2px #888, inset 0 -1px #fff, inset 0 0 1px rgba(255,255,190,.85); 
	  border: solid 1px #d1cfcf; 
	  background-image: linear-gradient(to top, #e3e3e3 22%, #fefefe); 
	  -pie-background:linear-gradient(#fefefe,#e3e3e3);
	  behavior: url(css/PIE.htc);
    top: 0px;
    left: 0px;
}

.btns input:hover{
	color:#efb20f;
	
	cursor: pointer;
	-webkit-box-shadow: inset 0 -1px #fff, inset 0 0 1px rgba(255,255,190,.85);
	 -moz-box-shadow: inset 0 -1px #fff, inset 0 0 1px rgba(255,255,190,.85); 
	 box-shadow: inset 0 -1px #fff, inset 0 0 1px rgba(255,255,190,.85); 
	 border: solid 1px #d1cfcf; 
	 background-image: -webkit-linear-gradient(top, #e3e3e3 22%, #f7f7f7); 
	 background-image: -moz-linear-gradient(top, #e3e3e3 22%, #f7f7f7); 
	 background-image: -o-linear-gradient(top, #e3e3e3 22%, #f7f7f7);
	  background-image: -ms-linear-gradient(top, #e3e3e3 22%, #f7f7f7); 
	  background-image: linear-gradient(to bottom, #e3e3e3 22%, #f7f7f7);
	  -pie-background:linear-gradient(#e3e3e3,#f7f7f7);
	  behavior: url(css/PIE.htc);
}

