@charset "UTF-8";
/* CSS Document */

#contest {
	font-family: Futura, Helvetica, Arial, sans-serif;
	}
	

#contest p {
	color:#000000;
	font-size: 1.2em;
	line-height: normal;
	margin: 10px 0px;
	padding: 0px;
	}
	
.contest_button a:link{
	border: none;
	}
	

.entry_thumb {
	padding: 15px;
	}
	
.entry_thumb img {
	border: 1px solid #D78728;
	padding: 3px;
	}
	
.entry_thumb img:hover {
	border: 1px solid #666666;
	}

/*Define styles for form elements*/

#form {
	}

.contest_input {
	width: 200px;
	border: 1px solid #D07405;
	margin-left: 15px;
	font: 12px "Century Gothic", Tahoma, Arial, sans-serif;
	color: #000000;
	padding: 3px;
	}
	
.contest_checkbox {
	margin: 0px 15px 0px 0px;
	padding: 0px;
	width: auto;
	}
	
/*Define styles for FAQ*/

.qa {
	color: #000000;
	margin: 20px 20px 30px 50px;
	}
	
.question {
	font-weight: bold;
	margin-bottom: 8px;
	}
	
.answer {
	}
	
