@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	background-color:#000000;
	}

a, a:visited {
	color:#FFCC00;
	text-decoration:none;
	}

a:hover {
	color:#FFFF00;
	}



#body_container {
	width:950px !important;
	overflow:hidden;
	}

#header {
	background-image:url(../images/header_top_bg.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:62px;
	margin-top:5px;
	}

#banner {
	background-image:url(../images/main_banner_bg.jpg);
	background-repeat:no-repeat;
	height:397px;
	width:950px;
	}

#content_container {
	width:950px;
	min-height:300px;
	}

#form_container {
	width:319px;
	float:right;
	}
	
	#form_topper {
		background-image:url(../images/form_top_bg.jpg);
		width:319px;
		padding-top:145px;
		background-repeat:no-repeat;
		background-position:top;
		}
	
	#form_repeater {
		background-image:url(../images/form_repeater_bg.jpg);
		background-repeat:repeat-y;
		}
		
	#form_footer {
		background-image:url(../images/form_footer_bg.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
		padding-bottom:217px;
		}
	
	#form_content {
		padding: 0px 28px 0px 28px;
		font-size:12px;
		color:#ffffff;
		}
	
	#form_field {
		margin-bottom:8px;
		}

#left_container {
	width:631px;
	float:left;
	}
	
	#main_content {
		text-align:justify;
		padding:15px;
		}

#countdown_timer {
	background-image:url(../images/countdown_bg.jpg);
	width:549px;
	height:40px;
	background-repeat:no-repeat;
	padding-top:71px;
	text-align:center;
	font-size:28px;
	color: #FFCC00;
	}

#footer_runner {
	background-image:url(../images/footer_bg.jpg);
	height:57px;
	background-repeat:no-repeat;
	}

#footer {
	font-size:11px;
	color:#999999;
	}


#errorMSG {
	font-size:11px;
	color: #FF0000;
	padding: 0px 10px 10px 10px ;
	}






