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

/* RESET STYLES */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;}
	
img, fieldset {
	border: 0;}
	
ul,ol {
	list-style: none;}
	
body, select, input, textarea {
	font: 100%/1.2em arial, helvetica, sans-serif;}

#container {
	font-size: 0.8em;
	width: 760px;
	margin: 0 auto;}
	
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0.6em;}
h1 {
	font-size: 2em;}
h2 {
	font-size: 1.8em;}
h3 {
	font-size: 1.6em;}
h4 {
	font-size: 1.4em;}
h5 {
	font-size: 1.2em;}
h6 {
	font-size: 1em;}
p {
	padding-bottom: 1.2em;}

/* REUSABLE CLASSES */

.qualify {
	font-size: .75em;}
	
.hide {
	display: none;}

.error {
	border: 1px SOLID #C00;
	background-color: #CEE;}

.confirmation {
	color: #080;
	font-weight: bold;}

div.fieldset {
	padding: 1em;
	margin: 1em 0;}
	
legend span {
	display: block;
	font-weight: bold;
	font-size: 1.4em;
	color: #000}
	
/* SITE SPECIFIC STYLES */

body {
	background: #efefef;}

#container {
	position: relative;
	text-align: center;}

#main {
	height: 670px;
	background:url(../img/bkgd.jpg) 0 0 no-repeat #FFF;
	padding: 20px;
	margin-bottom: 15px;}

#addthis {
	position: absolute;
	top: 10px;
	right: 10px;}

form#contest {
	position: absolute;
	top: 250px; right: 35px;
	text-align: right;
	width: 480px;}

label {
	font-size: .9em;}

#form_main input, #occupation, #q1, select {
	border: 1px SOLID #CCC;
	width: 100px;}

select {
	width: 120px;}

#form_main input.highlight {
	border: 1px SOLID red;}

#form_main input.s {
	width: 80px;}

form fieldset{
	margin-bottom: 8px;}

form div {
	margin-bottom: 3px;}

select {
	margin-right: 10px;
	color: #666;}

#form_main input {
	width: 367px;}

#q1 {
	width: 270px;}

#buttons input {
	border: 0;
	margin-bottom: 5px;}
	
#checkboxes {
	font-size: .75em;
	text-align: left;
	margin-left: 80px;}

#checkboxes input {
	margin: 0; padding: 0; width: auto; height: auto;}

#checkboxes div {
	margin: 0; padding: 0;}
	
#loading_area {
	position: absolute;
	right: 70px;}

.error2 {
	color: #F00;}

#ps_error{
	z-index: 1000; text-align: center;
	width: 100%; padding: 10px 0;
	background-color: #000;
	position: absolute;
	color: #FFF;}

#buttons {
	margin-top: 8px;
	margin-left: 70px;
	text-align: left;}

#buttons input {
	float: left;
	margin-right: 10px;}

#footer {
	color: #000;}

