@charset "utf-8";
/* CSS Document */

.needed {
    font-size: 18px;
    font-style: normal;
    color: red;
}
.code {
 font-family:Arial;
 font-style:italic;
 color:blue;
 font-size:16px;
 border:0px solid #ccc;
 padding:2px 3px;
 letter-spacing:3px;
 font-weight:bolder;
 float:left;
 cursor:pointer;
 width:80px;
 height:20px;
 text-align:center;
 vertical-align:middle;
 line-height:20px;
}
/*登录*/
.login_normalInput {
    font-size: 14px;
    line-height: 30px;
    position: relative;
    overflow: visible;
    width: 100%;
    height: 30px;
    color: #333;
	padding:5px 0;
}
.login_normalInput label {
	display: block;
    float: left;
    width: 75px;
    text-align: right;
}
.login_normalInput input {
    font-size: 16px;
    width: 200px;
    height: 26px;
	line-height:26px;
    padding: 2px 0;
    padding-left: 10px;
    color: #888;
    border: 1px solid #ccc;
}
.login_normalInput .checkboxes {
    line-height: 30px;
    float: left;
    overflow: hidden;
    width: 350px;
    height: 30px;
}
.login_normalInput .checkboxes label {
    width: auto;
    margin-right: 15px;
    margin-left: 5px;
}
.login_normalInput .checkboxes label input {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    border: 0;
}
.login_fix {
    text-align: center;
	margin:30px 30px;
}
.login_fix input {
    line-height: 29px;
    overflow: hidden;
    width: 85px;
    height: 29px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 5px;
	background:#015293;
	margin: 0 20px;
}
.login_fix input:hover,.btn-fix input:active {
    color: #fff;
    background-color: #105095;
}
.login_table{width:300px;height:200px;padding:50px 0;}


/*注册*/
.reg input {
    width: 300px;
}
.reg_table{width:650px;height:500px;padding:50px 0;}

/*信箱*/
.fix-lteeer {
    overflow: hidden;
    height: 170px;
}
.fix-lteeer .letter-area {
    width: 480px;
    height: 135px;
    border: 1px solid #ccc;
}
.fix-lteeer .text-tips{ margin-left:75px;}
.reg .usercenter-input{width: 470px;}
.submit_fix {
    text-align: center;
	margin:30px auto;
}
.submit_fix input {
    line-height: 29px;
    overflow: hidden;
    width: 85px;
    height: 29px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 5px;
	background:#015293;
	margin: 0 20px;
}
.submit_fix input:hover,.btn-fix input:active {
    color: #fff;
    background-color: #105095;
}
.img-code {left: 300px; top: 0px; width: 300px; overflow: hidden; position: absolute;}