@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#127478;
	background-color:#DCD9D3;

}
td img {
	display: block;
}
td{
	font-size:10px;
}
.state_select{
	width:76px;
}
input, select{
	margin-bottom:3px;
}
.errorstate{
	border:1px red solid;
}
#form_container{
	background-image:url(../images/form_background.gif);
	width:854px;
	height:782px;
	position:relative;
	top:0;
	left:0;
	background-repeat:no-repeat;
	background-color:#FFFFFF;

}
#view_detail_container{
	background-image:url(../images/view_detail_background.gif);
	width:854px;
	height:782px;
	position:relative;
	top:0;
	left:0;
	background-repeat:no-repeat;

}
#view_detail_image{
	position:absolute;
	left:78px;
	top:44px;
	width:445px;
	height:445px;
	border:1px solid #cccccc;
	
}
#view_detail_text{
	position:absolute;
	left:585px;
	top:156px;
	width:215px;
	height:120px;
	

}
#view_detail_share_entry{
	position:absolute;
	left:585px;
	top:287px;
	width:123px;
	height:12px;
	

}
#view_detail_vote_info{
	position:absolute;
	left:585px;
	top:300px;
	width:138px;
	height:12px;
}
#view_detail_vote_info_2{
	position:absolute;
	left:595px;
	top:318px;
	width:200px;
	height:50px;
	color:#D57A24;
}
#view_detail_vote_bottom{
	position:absolute;
	left:585px;
	top:372px;
	width:232px;
	height:20px;
}
#view_detail_enter_contest{
	position:absolute;
	left:585px;
	top:300px;
	width:123px;
	height:12px;
	

}
#view_detail_navigation_back{
	position:absolute;
	top:493px;
	left:78px;
	width:137px;
	height:9px;
}
#view_detail_navigation_next{
	position:absolute;
	top:28px;
	left:484px;
	width:38px;
	height:9px;
}
#view_detail_navigation_previous{
	position:absolute;
	top:28px;
	left:404px;
	width:66px;
	height:9px;
}

#gallery_container{
	background-image:url(../images/gallery_background.gif);
	width:854px;
	height:782px;
	position:relative;
	top:0;
	left:0;
	background-repeat:no-repeat;

}
.gallery_item{
	float:left;
	width:88px;
	height:88px;
	margin-top:8px;
	margin-bottom:8px;
	margin-right:16px;
	background-color:#999999;
	border:1px solid #cccccc;
	text-align:center;
}
#landing_container{
	background-image:url(../images/landing_background.jpg);
	width:854px;
	height:526px;
	position:relative;
	top:0;
	left:0;
	background-repeat:no-repeat;
}
#landing_buttons{
	position:absolute;
	top:350px;
	left:60px;
	height:40px;
	width:140px;

}
#landing_text{
	position:absolute;
	top:116px;
	left:58px;
	height:200px;
	width:240px;

}

#bullet_box{
	position:absolute;
	top:153px;
	left:177px;
	height:90px;
	width:465px;

}
#bullet_box ul{
margin:0;
padding:0;
list-style-image:url(../images/orange_bullet.gif);

}

#form_box{
	position:absolute;
	top:268px;
	left:173px;
	height:425px;
	width:470px;
	
}

#rules_box{
	position:absolute;
	top:760px;
	left:441px;
	height:18px;
	width:399px;
}
input,select{
	font-size:10px;
}
.gallery_navigation{
	position:absolute;
	width:350px;
	text-align:right;
	color:#CF6806;
	height:15px;
	font-size:12px;
	font-weight:bold;
	
}
#top_nav{
	top:52px;
	left:230px;
}
#bottom_nav{
left: 230px;
	top: 494px;
}
.navigation_number{
color:#CF6806;
	padding:0 3px 0 3px;
	text-decoration:none;
}
.navigation_number_selected{
color:#CF6806;
	padding:0 3px 0 3px;
	text-decoration:underline;
}
#name_and_age{
	font-size:16px;
	text-transform:uppercase;
	color:#127478;
}
#title{
margin-top:3px;
	color:#CF6806;
	text-transform:uppercase;

}
#description{
margin-top:3px;
	color:#127478;
}
#rules_container{
background-image:url(../images/rules_background.gif);
	width:854px;
	height:526px;
	position:relative;
	top:0;
	left:0;
	background-repeat:no-repeat;

}
#rules_text{
	position:absolute;
	top:173px;
	left:111px;
	color:000;
	width:700px;
	height:309px;
	overflow-y:scroll;
}
#rules_navigation_back{
	position:absolute;
	top:493px;
	left:105px;
	width:137px;
	height:9px;
}
#rules_text ul{
	margin-left:20px;

}

#vote_gallery_container{
	background-image:url(../images/vote_gallery_background.gif);
	width:854px;
	height:782px;
	position:relative;
	top:0;
	left:0;
	background-repeat:no-repeat;

}
.vote_gallery_item{
	float:left;
	width:88px;
	height:88px;
	margin-top:4px;
	margin-bottom:4px;
	margin-right:20px;
	background-color:#999999;
	border:1px solid #cccccc;
	text-align:center;
}

