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

html, body {
	margin:0;
	padding:0;
}

body {
	width:100%;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.rules, a {
	color: #000;
}

a:hover {
	text-decoration:none;
}

#error_ctr {
	display:none;
}

#error_ctr span {
	display:block;
	padding:50px;
}

.error_msg {
	margin:5px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #CCC;
}

.error_msg a {
	color:#FF1A1E;
	text-decoration:none;
}

.error_msg a:hover {
	text-decoration:underline;
}

.ok_btn {
	margin:0 auto;
	color:#666666;
	background-color:#333;
	display:block;
	width:70px;
	height:20px;
	text-align:center;
	padding:3px 0 0 0;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

.ok_btn:hover {
	color:#CCC;
}

#gray_screen {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	display:none;
	height:100%;
	width:100%;
	background: #CCC;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}

#content {
	width:852px;
	padding:0;
	position:relative;
	padding: 1px 0;
	height:auto;
	min-height: 1100px;
	margin:0 auto;
	top:0;
}

#content.sub {
	width:852px;
	padding:0;
	position:relative;
	background:url(../images/back_bg.jpg) repeat-y 4px top;
	padding: 1px 0;
	height:auto;
	min-height: 1100px;
	margin:0 auto;
	top:0;
	color:#FFF;
}

ol ol {
	list-style:lower-alpha;
}

li>h3 {
	margin:10px 0 0 0;
	font-size:100%;
}

#content.sub .wrap {
	background:url(../images/content_bg.jpg) no-repeat center top;
}

.red_copy {
	color: #FF1A1E;
}

ol.red_copy {
	list-style:none;
}

a.red_copy {
	color: #FF1A1E;
	font-style: italic;
	text-decoration:none;
}

a.red_copy:hover {
	text-decoration:underline;
}

ol {
	padding:0 0 0 0px;
	margin:0;
}

ol.red_copy h5 {
	display:block;
}

#header {
	padding:1px 0;
	margin-bottom:35px;
}

#header h1, #header h2 {
	text-indent: -9999px;
	margin:0 auto;
	width:815px;
}

#header h1 {
	height:190px;
	background:url(../images/header.jpg) no-repeat 4px -2px;
}

#content p {
	color:#000;
}

p, li {
	line-height:18px;
}

p.quiet {
	font-style:italic;
	font-weight:normal;
	font-size:80%;
	line-height:140%;
}

#header h2 {
	background:url(../images/contest_header.png) no-repeat 4px -2px;
	height:61px;
}

.col {
	float:left;
	width:45%;
}

.left {
	margin-right:50px;
}

#content .content_wrap {
	width:654px;
	margin:auto;
}

hr {
	border:none;
	width:102%;
	position:relative;
	left:-6px;
	border-bottom:1px solid #FF1A1E;
	clear:both;
}

#content .top {
	margin-bottom:35px;
}

#privacy_btn {
	float:right;
	position:relative;
	right:30px;
}

	/*---------------------------
	/*	
	/*		FORM
	/*		STYLES
	*/


			#form_ctr {
				min-height:300px;
				display:block;
				margin-top:30px;
				color: #000;
				margin-bottom:40px;
			}
			
			#form_ctr h4 {
				clear:both;
				font-weight:normal;
				float:left;
				margin:3px 10px 8px 0;
			}
			
			#form_ctr h4.check_label {
				float:right;
			}
			
			#form_ctr input.check_box {
				float:left;
				background:url(../images/check_box.png) no-repeat;
				height:15px;
				width:55px;
				border:none;
				text-indent: -99999px;
			}
			
			#form_ctr .bottom .check_label {
				clear:none;
				float:left;
			}
			
			#form_ctr .bottom .check_box {
				clear:both;
				margin-right:20px;
				float:left;
			}
			
			#form_ctr h4 span, #form_ctr h3 span {
				color:#FF1A1E;
				font-size:9px;
				position:relative;
				top:-5px;
				left:2px;
			}
			
			#form_ctr h3 span {
				margin-right:5px;
			}
			
			.field_note {
				clear:both;
				display:block;
				position:relative;
				top:-4px;
				font-size:90%;
				margin-bottom:8px;
			}
			
			#form_ctr input, select, span.select {
				float:right;
				margin-bottom:8px;
			}
			
			#form_ctr h3 {
				clear:both;
				font-style: italic;
				font-size:90%;
				float:left;
				position:relative;
				top:10px;
				font-weight:normal;
			}






	/*---------------------------
	/*	
	/*		FORM FIELD
	/*		STYLES
	*/
			
			.txt {
				font-size:10px;
				color: #CCC;
				padding: 3px 0 0 5px;
				border:1px solid #000;
			}
			
			.dd, .dd option {
				border:0;
			}
		
			.f1 {
				width:189px;
				height:16px;
				background:url(../images/field1_bg.png) no-repeat;
			}
			
			.f2 {
				width:141px;
				height:16px;
				background:url(../images/field2_bg.png) no-repeat;
			}
			
			.f3 {
				width:217px;
				height:16px;
				background:url(../images/field3_bg.png) no-repeat;
			}
			
			.f4 {
				width:172px;
				height:16px;
				background:url(../images/field4_bg.png) no-repeat;
			}
			
			.submit_btn {
				float:right;
				border:none;
				outline:none;
				width:114px;
				height:30px;
				background:url(../images/submit_btn.jpg) no-repeat;
				cursor: pointer;
				text-indent: -99999px;
			}
			
			.submit_btn:hover {
				background-position: 0 -32px;
			}
			
			span.select {
				position:relative;
				display:block; /* With the padding included, the width is 190 pixels: the actual width of the image. */
				height: 21px;
				padding: 0 0 0 5px;
				color: #fff;
				top:30px;
				margin-top:-30px;
				bottom:-20px;
				font: 12px/21px arial,sans-serif;
				overflow: hidden;
			}
			
			span.radio {
				width: 16px;
				height: 15px;
				padding: 0 5px 0 0;
				top:1px;
				background: url(../images/checkbox.jpg) no-repeat;
				display: block;
				clear: left;
				float: left;
			}
			
			span.checkbox {
				width: 16px;
				height: 15px;
				padding: 0 5px 0 0;
				top:3px;
				position:relative;
				background: url(../images/checkbox.jpg) no-repeat;
				display: block;
				clear: left;
				float: left;
			}
			
			
			
		/*---- sIFR ---*/
		
			.sIFR-flash {
			  visibility: visible !important;
			  margin: 0;
			  padding: 0;
			}
			
			.sIFR-replaced, .sIFR-ignore {
			  visibility: visible !important;
			}
			
			.sIFR-alternate {
			  position: absolute;
			  left: 0;
			  top: 0;
			  width: 0;
			  height: 0;
			  display: block;
			  overflow: hidden;
			}
			
			.sIFR-replaced div.sIFR-fixfocus {
			  margin: 0pt; 
			  padding: 0pt; 
			  overflow: auto; 
			  letter-spacing: 0px; 
			  float: none;
			}
			
			.sIFR-active p {
				line-height:1em;
				font-size:12px;
			}
			
			.sIFR-active p.quiet {
				font-style:italic;
				font-weight:normal;
				font-size:11px;
				line-height:1em;
			}
			
			.sIFR-active ol.red_copy h5 {
				line-height:1em;
				font-size:15px;
				margin:0;
			}
			
			.sIFR-active ol.red_copy li {
				line-height:1em;
				font-size:14px;
				margin:0;
			}
