body {
	font-family: Arial, Geneva, sans-serif;
	background: #DEDDDD url(images/header-comp-bg-repeat.jpg) repeat-x 50% 0;
	background-color: #DEDDDD;
}
h1 {
font-size: 1.5em;
padding-bottom: 10px; 
}
#page {
	background: url(images/competition-bg.jpg) no-repeat 50% 0;
	}
.content input {
	width: 320px;
}

.content .text-short {
	width: 100px;
}

.content textarea {
	width: 450px;
}

.checkbox {
	width: 30px;
}

.compform {
	padding-left: 28px;
	padding-bottom: 100px;
	padding-top: 100px;
	
}

#keep-up-to-date {
	background: url(images/comp-black-bg.jpg) repeat-x;
	width: 300px;
	height: 139px;
	float: right;
	margin-right: 0px;
	margin-left: 20px;
	color: #fff;
	margin-top: 100px;
}
#keep-up-to-date td {
	padding-left: 20px;
	vertical-align: top;
	color: #fff;
}

#keep-up-to-date h2, #faq h1, #faq h2 { 
	color: #7ab541;
	text-transform: uppercase;
	font-family: Georgia, sans;
}

#keep-up-to-date h1, #faq h1 {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 15px;
	font-size: 2em;
}

#keep-up-to-date a {
	color: #7ab541;
	text-decoration: none;
}

#keep-up-to-date a:hover, #faq a:hover {
	text-decoration: underline;	
}

#faq {
	background: url(images/comp-green-bg.jpg) repeat-x;
	width: 300px;
	height: 622px;
	float: right;
	margin-right: 0px;
	margin-top: 10px;
	color: #fff;
	clear: right;
}
#faq p {
	margin-right: 18px;
	margin-left: -5px;
	margin-bottom: 8px;
}
#faq h1 { margin-bottom: -15px;}

#faq .question {
	color: #73af3e;
}

#faq h2 {
	padding-left: 25px;
	padding-top: 5px;
}

#faq a {
	color: #7ab541;
	text-decoration: none;
}

#comp-thankyou {
	color: #262626;
	padding-bottom: 50px;
	padding-right: 0px;
}
#comp-thankyou a {
	color: #7ab541;
}
#comp-thankyou h1 {
	font-size: 1.5em;
	padding: 20px;
	text-transform: uppercase;
	font-family: Georgia, sans;
}
#comp-thankyou p {
	margin-left: -5px;
	font-family: Arial, sans;
	font-size: 14px;
}

#how-it-works {
	padding: 10px 0px 10px 40px;
	margin-top: -134px; 
	margin-bottom: 30px; 
	display: inline; 
	position: absolute; 
	z-index: 5; 
	clear: both; 
	float: left;
	background: url(images/how-it-works-bg-2.jpg); 
	width: 900px; 
	height: 185px; 
	margin-left: -20px;
	font-family: Arial, sans;
	font-size: 12px;
}
#how-it-works, #how-it-works td {
	color: #fff;	
}
#how-it-works td h3 {
	color: #7ab541;
}

#how-it-works img {
	padding-top: 10px;
}

#how-it-works td {
	padding-bottom: 15px;
	padding-right: 40px;
	width: 300px;
	line-height: 15px;
	font-size: 12px;
}

.date {
		color: #7ab541;
}

.content ul li {
	list-style-type: disc;
	margin-left: 50px;
	padding-bottom: 5px;
}

.content ol li {
	list-style-type: decimal;
	margin-left: 50px;
	padding-bottom: 10px;
}


.indent {
	padding-left: 30px;
}

.comp-form {
	margin-top: 100px;
}
.comp-form .synopsis {
	padding-left: 20px;
}

#entry_form {
	margin-left: -10px;
	padding-top: 10px;
}

/*** trying something new ***/
/*
.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }


#hKeepUpToDate {
	width: 191px;
	height: 15px;
	margin: 10px 0 0px 20px;
	
}
	#hKeepUpToDate span {
		background: url(images/keep-up-to-date.png) no-repeat 0 0;
	}
	
	
*/

h1 { color: #7ab541; }
h1#hKeepUpToDate {
	width: 191px; height: 15px;
	background: url("images/keep-up-to-date.png") no-repeat;
	margin: 10px 0 0px 20px;
	}
	h1#hKeepUpToDate span {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
	}
	
