
@import "../css/reset.css";
@import "../css/fontface.css";

.login-box{
	padding:10px 0 10px 10px;
	background:#24285e;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.login-box p{
	padding:0 0 8px 6px;
	font:normal 15px "aauxpro_ot_regularregular", sans-serif;
	line-height:120%;
	color:#fff;
}

.overflow-hidden{
	overflow:hidden;
}

.login-box input[type="text"]{
	float:left;
	width:128px;
	height:19px;
	background:#fff;
	border:none;
	margin:0 8px 8px 0;
	font:normal 15px "aauxpro_ot_regularregular", sans-serif;
	line-height:140%;
	color:#899fb4;
	padding:8px 6px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.login-box .overflow-hidden img{
	float:left;
	padding:2px 10px 0 3px;
}
	
.login-box input[type="submit"]{
	float:left;
	width:108px;
	height:35px;
	background:#f59422;
	border:none;
	margin:0 15px 0 0;
	font:normal 15px "aauxpro_ot_regularregular", sans-serif;
	line-height:140%;
	color:#fff;
	text-align:left;
	padding:8px 10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.login-box input[type="submit"]:hover{
	color:#fff;
	background:#e57c00;
}

.forgot-pass{
	float:left;
}

.login-box .overflow-hidden a{
	font:normal 14px "aauxpro_ot_regularregular", sans-serif;
	line-height:120%;
	color:#f59422;
	text-decoration:underline;	
}

.login-box .overflow-hidden a:hover{
	text-decoration:none;
}

.error-msg{
	font:normal 14px "aauxpro_ot_regularregular", sans-serif;
	line-height:120%;
	color:#f64747;
	padding:8px 0 0 2px;
}






