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

form#contest {
	padding: 0;
	text-align: right;
	background: none;
	color: #000;
	overflow: none;}
	
#container.input {
	background: url(../img/form/bkgd.jpg) no-repeat TOP LEFT #FFF;}

form#contest input {
	width: 250px; height: 13px; font-size: .8em;}

textarea {
	width: 330px; height: 60px; margin-left: 10px; font-size: .8em;}

form#contest input.s {
	width: 150px;}

form#contest fieldset#buttons input, form#contest #age input, form#contest #checkboxes input, form#contest #consent input {
	width: auto; height: auto;}

#age label {
	padding-right: 5px;}

fieldset div {
	padding-bottom: 5px;}

#consent {
	padding: 5px 0 2px; margin-bottom: 15px;}

form#contest #consent input {
	margin: 0; padding: 0; width: auto; height: auto;}

#checkboxes {
	text-align: left; padding-left: 50px;}

#checkboxes label, #consent label{
	font-size: .8em;}

#checkboxes div {
	margin-bottom: 15px;}

form#contest #checkboxes input {
	margin-bottom: 10px; margin-right: 10px; float: left;}

select {
	margin-right: 10px; width: 108px;}

#questions {
	padding-top: 20px;
	text-align: right;}
	
	#questions label {
		width: 100px;}

	#questions label {
		}
	
	form#contest #questions input {
		margin-top: 0px;}

#col1 {
	padding: 0 150px 0 450px;}

#footer {
	padding: 0;
	margin: 0;
	clear: both;
	background: #c5161d;
	color: #FFF;
	font-size: .8em;
	text-transform: uppercase;
	width: 960px;
	text-align: center;
	height: 28px;
	overflow: none;}

	#footer #logo {
		float: right; margin-top: 5px; margin-right: 10px;}
	#footer #slogan {
		float: left;}
	#footer p {
		padding: 8px 0;}

	#footer a:link {
		color: #FFF;}
	#footer a:visited {
		color: #FFF;}
	#footer a:hover {
		color: #CCC;}
	#footer a:active {
		color: #000;}