/**
 * STYLE
**/

html { height: 100%; }

body { 
	background: url(/images/bg-body.png) repeat-x top;
	font-size: 11px;
	color: #1f508a;
	font-family: Arial, serif; 
	position: relative;
	height: 100%;
	min-height: 600px;
}

.clear { clear: both; }

a { color: #3788bf; text-decoration: none; }
a:hover { text-decoration: underline; }

#barTop { background: #2e86c2; height: 5px; width: 100%; border-bottom: 1px solid #fff; }


.grid3 { width: 865px; margin: 0 auto; }

/** CONTENT **/
#content { 
	background: #fff; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 865px;
	margin: 0 auto;
	padding: 35px 0;
	box-shadow: #ededed 0 0 35px;
	-moz-box-shadow: #ededed 0 0 35px;
	-webkit-box-shadow: #ededed 0 0 35px;
	position: absolute;
	z-index: 1;
	height: 267px;
}

#content .colLeft { float: left; border-right: 1px solid #bfdaed; margin: 50px 0; padding: 30px 0; padding-left: 45px; padding-right: 59px; margin-right: 20px; margin-left: 25px; }

#content .colRight { padding-top: 2px; margin-top: 50px; float: left; width: 415px; }
#content .colRight h1 { font-size: 18px; color: #21518d; margin-bottom: 13px; }
#content .colRight .soon { margin-bottom: 20px; color: #318bc1; font-size: 15px; }
#content .colRight form { 
	padding: 3px;
	border: 1px solid #bed3d8;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	padding-right: 45px;
	margin-bottom: 28px;
	width: 247px;
}
#content .colRight form .text { color: #a0a0a0; font-size: 20px; height: 24px; width: 235px; font-family: "Trebuchet MS", Arial, serif; border: 0; padding-left: 7px; padding-top: 3px; padding-bottom: 2px; }
#content .colRight form .submit { display: block; width: 42px; position: absolute; top: 3px; right: 3px; border: 0; height: 29px; background: url(/images/btn-submit.png) no-repeat bottom; }
#content .colRight form .submit:hover { cursor: pointer; background-position: top; }


#logo { width: 257px; height: 107px; background: url(/images/bg-logo.png) no-repeat; }


/** FOOTER **/
#footer { height: 37px; line-height: 37px; background: #fff; text-align: center; position: absolute; bottom: 0; width: 100%; }


/** NOTIF **/
.message { color: #fff; font-weight: bold; width: 100%; position: absolute; top: 0; font-size: 15px; height: 61px; line-height: 61px; display: none; }
.message .grid2 { width: 865px; margin: 0 auto; }
.message .close { width: 16px; height: 16px; background: url(/images/btn-close.png) no-repeat; position: absolute; right: 25px; top: 22px; display: block; z-index: 102; }

#success { background: #a7d508; z-index: 101; }
#fail { background: #f37976; z-index: 100; }