
/* COMPETITION */
body {
	background-position: center 0;
	background-color: #000000;
	background-image:url(/images/competition/bkg.jpg); 
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	line-height:15px;
}

#horizon {
	text-align: center;
	position: absolute;
	top: 400px;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#competition { 
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	width:722px;
	height:709px;
	margin-left:-361px;
	padding-bottom:100px;
	background-position: top left;	background-repeat:no-repeat;
}
.competition-form { 
	margin-top:-354px;
	background-image:url(/images/competition/form-bkg.gif); 
}
.competition-thanks { 
	margin-top:-484px;
	background-image:url(/images/competition/thanks-bkg.gif); 
}
.competition-closed { 
	margin-top:-514px;
	background-image:url(/images/competition/closed-bkg.gif); 
}
.competition-congrats { 
	margin-top:-514px;
	background-image:url(/images/competition/congrats-bkg.gif); 
}

#competition div { 
	position: absolute;
}

.form_button_enter_the_competition { 
	background-image:url(/images/competition/form-submit.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:244px;
	height:40px;
	display:inline;
	border:0px;
	overflow:hidden;
	text-indent:-1000em;
	float:left;
	clear:left;
	color: transparent;
	text-transform: capitalize;

}

.competition-form a { 
	color:black;
	text-decoration: underline; 
}
.competition-form a:hover { 
	color:#00aeef;
	text-decoration: underline; 
}

.form_field { 
	border:1px solid #809db9;
}
.form_field_error { 
	border:3px solid #CC0000;
}

.competition-text-error { 
	color:#CC0000;
}
.competition-text-error a { 
	color:#CC0000;
}
