/* LOGIN PAGE */
#frontContainer{
	border-top:10px solid #5B77A7;
}
#frontContainer #header{
	width:770px;
	height:100px;
	background:url('../img/logo-front.gif') no-repeat bottom left;
	margin:auto;
}

#frontContainer #login-header{
	width:770px;
	height:40px;
	background:url('../img/front-login-header.gif') no-repeat bottom right;
	margin:auto;
}

#frontContainer #mainContainer{
	background:#051A37;
	padding-bottom:40px;
}
#frontContainer #mainContainer #main{
	width:770px;
	margin:auto;
}
#frontContainer #mainContainer #main .text-area{
	float:left;
	width:560px;
	margin:20px;
	color:#FFF;
	margin-left:0;
	font-size:12px;
	font-family:Arial;
}
#frontContainer #mainContainer #main #text{
	margin:20px;
}

#frontContainer #main #register{
	height:400px;
	margin-bottom:20px;
}

#frontContainer #main .login-main{
	width:190px;
	height:170px;
	float:right;
	background:#E5E5E5 url('../img/front-login-foot.gif') no-repeat bottom center;
}

#frontContainer #main .login-main p{
	margin:6px 13px;
}
#frontContainer #main .login-main div{
	margin-top:16px;
}

#frontContainer #main #registration{
	margin:20px;
	padding:20px;
	background:#E5E5E5;
	color:#000 !important;
}

#thisProcess{
	width:140px;
	height:20px;
	background:#FFF url(../img/progress.gif) no-repeat 8px 4px;
	border:1px solid #AEAD6C;
	color:#4F0708;
	padding:4px 4px;
	text-align:center;
	position:absolute;
	font-weight:bold;
	font-size:16px;
	font-family:Arial;
}
