body {
	background-color: #030746;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000;
	padding: 0px;
	margin: 0px;
}
a {color: #030746;}
a:visited {color:#030746;}
a:hover {color: #037BCB;}
a:active { color:#030746;}

.textInput{
	float:left;
	width:195px;
	border:1px solid #8F8F8F;
}
.textInput:focus{border:2px solid #8F8F8F;}
div#wrapper {
	width: 800px; height: 800px; margin: 0 auto; background-color: #ffffff;
}
a#header {
	width: 800px; height: 99px;display: block;
}
div#intro_para {
	margin: 20px 20px 0 20px;
}
div#three_stage {
	width: 800px; height: 198px; position:relative;
}
a#download_now{height:170px;
left:6px;
position:absolute;
top:18px;
width:215px;
display: block;
}
div#signup_form {
	margin: 20px 20px;
}
div#message_success {
	color: #00ff00;
}
div#message_error {
	color: #ff0000;
}
div#signup_form div.row {
	clear: left; height: 25px;
}
div#signup_form div.row_text {
	float: left; width: 150px;
}
div#signup_form div.row_input {
	float: left; width: 205px;
}
div#signup_form div.row_error {
	float: left; color: #ff0000; font-weight: bold;
}
div#signup_form div.clearer {
	clear: left;
}
div#advantage {
	margin: 0px 20px;
}
div#links {
	margin: 20px auto; height: 46px; width: 795px;
}
a#bonus_100 {
	float: left; width: 254px; text-align: center;border: none; margin: 0 5px;
}
a#refer_a_friend {
	float: left; width: 254px; text-align: center;border: none; margin: 0 5px;
}
a#facebook_twitter {
	float: left; width: 254px; text-align: center;border: none; margin: 0 5px;
}
a img{border: none}
div#reserved {
	margin: 0px 20px;
}
div#terms {
	margin: 0px 20px;
}
/* - terms.php - */
div#terms_heading {
	margin: 0px 20px;
}
div#terms_and_conditions {
	margin: 0px 20px;
}
div#terms_link {
	margin: 0px 20px;
}


/* START MODAL CONTAINER */
#modalContainer {
	/*background-color: transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
	background-image:url(images/tp.png); /* required by MSIE to prevent actions on lower z-index elements */
		background-image: url(images/overlay.png);
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 90;
		width: 100%;
		height: 100%;
}
#modalContainer.white {
	background-image: url(images/overlay_white.png);
}

#alertBox {
	position:relative;
	width:300px;
	min-height:100px;
	margin-top:50px;
	border:2px solid #000;
	background-color:#F2F5F6;
	background-image:url(images/alert.gif);
	background-repeat:no-repeat;
	background-position:5px 30px;
}

#modalContainer > #alertBox {
	/*position:fixed;*/
}

#alertBox h1 {
	margin:0;
	font:bold 1.2em verdana,arial;
	background-color:#0B69C8;
	color:#FFF;
	border-bottom:1px solid #000;
	padding:2px 0 2px 5px;
}

#alertBox p {
	font:11px verdana,arial;
	height:50px;
	padding:5px;
	margin-left:70px;
	margin-top: 10px;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:25px auto 15px auto;
	padding:3px;
	border:2px solid #000;
	width:70px;
	font:0.7em verdana,arial;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	border: 1px solid #CFCFCF;
	background: #0B69C8;
	text-decoration:none;
	font-weight: bold;
}
#alertBox #closeBtn:hover {
	border: 1px solid #B5B5B5;
	background: #09559F;
}
/* END MODAL CONTAINER */
