.main{
	width:1200px;
	margin:auto;
	background-color:#eff2f5;
}

.father 
{ 
width:1200px; 
height:700px; 
background-color:#eff2f5; 
margin:0px auto; 
position:relative; 
overflow:hidden;
zoom:1;
} 
.children 
{ 
position:absolute; 
width:460px;  
left:370px; 
top:100px; 
background-color:white; 
box-shadow:0px 0px 5px #cccccc;
} 
.login-text{
	margin-top:30px;
	margin-left:30px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	color:#1E1E1E;
	float:left;
}
.login-righttext{
	margin-top:30px;
	margin-right:30px;
	float:right;
	font-size:12px;
	color:#34495E;
	margin-bottom:10px;
	
}
.login-righttext a{
	color:#3499DA;
	
}
.email{
	margin-left:30px;
	width:400px;
	height:64px;
	float:left;
	position: relative;
}
.email-image img{
	width:20px;
	height:20px;
	float:left;
	margin-top:24px;
	
}
.email-text{
	width:380px;
	height:30px;
	
}
.email-text input{
	float:left;
	width:348px;
	height:60px;
	margin-top:3px;
	border:0px;
	margin-left:12px;
}
.email-botmlines hr{
	margin-left:0px;
	width:400px;
	color:#E9ECEE;
	
}
.login-button button{
	width:400px;
	height:48px;
	background-color:#3499DA;
	margin-top:30px;
	margin-left:30px;
	margin-bottom:50px;
	color:white;
	border:0px;
	border-radius:5px;
	 
	
}
.tipsWord{
	display:none;
	position: absolute;	
	left:50%;
	top:50%;
	margin-left:-150px;
	
	width:300px;	
	height:50px;		
	background: #323232;
	text-align: center;
	line-height: 50px;
}
.tipsWord span {
	color: #fff;
}




.clearFloat{
	clear:both;
}
.allTip{
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fcab2b;
	display: none;
	overflow: hidden;
	zoom:1;
	height: 20px;
}
.allTip span{
	display:block;
	height:20px;
	float:left;
	line-height: 20px;
	margin-right: 5px;
	margin-left: 1px;
}
.icon-exclamation-circle{
	padding-top: 2px;
}


