/*µÇÂ¼Ò³Ãæ*/

.loginbox{
       position: relative;
       /*max-width: 640px;
       width: 100%;
       min-width: 320px;*/
       margin: 15px;
       font-size: 16px;
}
.item_s {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.txt-input{
      width: 100%;
      height: 44px;
      border: 1px solid #D7D7D7;
      border-radius: 3px;
      background: none repeat scroll 0% 0% #FFF;
      font-family: "Î¢ÈíÑÅºÚ";
      font-size: 16px;
      color: #252525;
      text-indent:15px;
}
#captcha-img {
    position: absolute;
    right: 0px;
    top: 9px;
    width: 95px;
    height: 25px;
    padding-left: 7px;
    border-left: 1px solid #D7D7D7;
 }
.up-btn {
    display: inline-block;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background: #D40019;
    text-decoration: none;
    line-height: 39px;
    text-align: center;
    font-size: 17px;
    color: #FFF;
  }
.next-up-btn {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 39px;
	text-align: center;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 17px;
	border: 1px solid #8F908B;
	background-color: #999999;
	background-image: -webkit-linear-gradient(#94908F,#999999);
}  
  .content{
      width:100%
}
/*
.head{
      background: none repeat scroll 0% 0% #D40019;
      color: #626262;
      height: 36px;
      margin-bottom:15px;
      
}
.head a{
      float: left;
      height: 35px;
      line-height: 35px;
      padding: 0px 10px;
      color: #626262;
      background:url(images/title_line.png) right no-repeat;
}
.head span{
      float: left;
      height: 35px;
      margin-left:8px;
      margin-bottom:15px;
}
*/
.head{
      background: none repeat scroll 0% 0% #D40019;
      color: #626262;
      height: 36px;
      position:relative;
      margin-bottom:15px;     
}
.head a{
      float: left;
      height: 35px;
      line-height: 35px;
      padding: 0px 10px;
      color: #626262;
      background:url(../images/title_line.png)   right no-repeat;
      position: absolute;
      top:0;
      left:0px;     
}
.head span{
      float: left;
      height: 35px;
      position: absolute;
      top: 0;
      left: 55px;
}
.head h2{
      font-weight: normal;
      font-size: 16px;
      color: #FFF;
      text-align: center;
      line-height:36px;
}
.s-register-free{
    float:left;
    width:50%;
}
.s-retrieve-password{
    float:right;
    width:50%;
    text-align:right;
}
.item_s-login-option{
    float:left;
    margin-bottom: 34px;
    font-size: 14px;
    border-bottom:1px solid #CCCCCC;
    
}
