﻿/* CSS Document */
*{ margin:0; padding:0}
body{font:12px Tahoma,"", "黑体", "宋体", Geneva, sans-serif; line-height: 1.8em; color:#FF0000; background:#FF0000;}
a{color:#FF0000;text-decoration:none;}
a:hover{color:#FF0000; text-decoration:underline}

.intxt,.text{
	background:url(../images/input_bg.gif) no-repeat 0 0;
	color: #7EC0EE;
	   border: 1px solid #FFFFFF;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    padding: 0 4px;
    width: 238px;border-radius: 3px 3px 3px 3px;
}
.text_o{ border:1px solid #FF0000;}


/*/*密码强度*/
.rank { border:none; background:url("../images/rank.gif") no-repeat; width:145px; height:22px; vertical-align:middle; cursor:default; margin:0 0 0 5px;}

	width: 550px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	background: #7EC0EE;
	margin-top:80px;
	border: 1px solid #7EC0EE;box-shadow:0px 1px 3px 0 rgba(0,0,0,0.2);-webkit-box-shadow:0px 1px 3px 0 rgba(0,0,0,0.2);-moz-box-shadow:0px 1px 3px 0 rgba(0,0,0,0.2);
}
button {
	margin:0;
	font-size:12px;
	cursor:pointer;
	border:none;
	text-align: center;
}


.reg-btn,.login-btn,.getpass-btn,.regbt {
    background:url("../images/login_reg_icon.png") no-repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 40px;
    width: 114px;
	font-size:14px;
	line-height:38px;text-shadow: 0 1px #7EC0EE;font-weight:bold; color:#7EC0EE;
	overflow:hidden;float: left; margin-right:10px;
}
.reg-btn:hover,.login-btn:hover,.getpass-btn:hover{ background-position:0 -48px; color:#7EC0EE}

/* 登录box





-------------------------------------------------------------------  color: #7EC0EE;
    font-family:#7EC0EE;
    font-size: 26px;
    font-weight: normal;
    padding-top: 30px;
	padding-left:20px;
*/
#login{}
#login  h1 {
  	background:#7EC0EE;
	 height: 45px;
	 line-height:26px;
}
#login .back{ position:absolute; width:100px; right:0; top:40px; color:#9C0;  text-decoration:underline}
#login .theme {margin-top: 30px;}

#login .theme li {
	margin-bottom: 20px;
	line-height: 30px;
	overflow:hidden;
	clear:both;
}
#login .theme span{
	color: #7EC0EE;
	width: 100px;
	display: block;
	float: left;
	font-size:14px;
	text-align: right;
	overflow:hidden;
	vertical-align:middle
}

#login .useNew .signUp {
	text-align: right;
	font-weight: bold;
	margin-top: 30px;
}
.other_login {
    margin-left: 32px;
    margin-top:35px;
}
.clear {
	clear: both;
}
a.regbt{ background-position:0 -98px;