/*<style>*/

body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DDD;
}

div, form, img, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 10px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.button {
	color: #FFF;
	cursor: hand;
	cursor: pointer;
	padding: 2px 15px;
	background-color: #900;
}

.clearBoth {
	clear: both;
}

h1 { font-size: 24px; margin: 15px 0; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

/* LAYOUT: index ********************************************************/

#page {
	width: 800px;
	margin: 15px auto;
	background-color: #FFF;
	border: 1px solid #999;
}

#header {
	width: 800px;
	margin: 0 auto 15px auto;
	background-color: #DDF;
}

#view {
	float: left;
	width: 750px;
	margin: 20px 24px 25px 25px;
}

#view_spacer {
	width: 1px;
	float: right;
	height: 500px;
}

#footer {
	color: #FFF;
	padding: 20px;
	text-align: center;
	background-color: #999;
}

#footer .nav {
	text-align: center;
}

#footer .nav a {
	color: #FFF;
}

/* Page: index ********************************************************/

#prizes_column {
	width: 49%;
	float: left;
}

#prizes_column h2 {
	margin-bottom: 10px;
}

#prizes_column ul {
	margin-left: 20px;
}

#prizes_column ul li {
	line-height: 22px;
}

#entry_column {
	width: 49%;
	float: right;
}

#entry_column h3 {
	margin-bottom: 5px;
}

#table_form th {
	padding: 4px;
	text-align: right;
	font-weight: bold;
}

#table_form td {
	padding: 4px;
}

#table_form sup {
	color: #900;
}

/* Page: survey *****************************************************/

.survey {
	width: 500px;
}

.survey .survey_question {
	margin-bottom: 10px;
	/*border: 1px solid #900;*/
}

.survey .survey_question .question {
	padding: 4px 0;
	font-weight: bold;
}

.survey .survey_question .answer_after .question {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 5px;
}

.survey .survey_question .answer_after .answer {
	float: left;
}

.survey .survey_question .selectlist .answer_below .answer {
	margin-left: 20px;
}

.survey .survey_question .checkboxes .answer {
	margin-left: 20px;
}

.survey .survey_question .checkboxes .answer li {
	padding: 2px 0;
}

.survey .survey_question .radioboxes .answer {
	margin-left: 20px;
}

.survey .survey_question .radioboxes .answer li {
	padding: 2px 0;
}

.survey .button_bar {
	padding-left: 104px;
}

/* Page: return ***********************************************/

.return_messages {
	width: 59%;
	float: left;
}

.affiliate_message {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #BBB;
}

.referal_messages {
	width: 39%;
	float: right;
	border: 1px solid #222;
	background-color: #FFC;
}

.referal_messages h2 {
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	background-color: #222;
}

.referal_messages .report {
	padding: 15px 10px;
}

.referal_messages .button_wrapper {
	text-align: center;
	margin: 0 10px 10px 10px;
}

/* Referal Entry Form ***********************************************/

#referal_table_form th {
	color: #FFF;
	font-size: 14px;
	padding: 2px 4px;
	font-weight: bold;
	background-color: #999;
}

#referal_table_form input {
	font-size: 16px;
}

/* Standard List ****************************************************/

.std_list {
	list-style: disc;
	font-weight: bold;
	margin: 5px 0 15px 20px;
}

/* Error List *******************************************************/

.error_list {
	color: #900;
	margin: 15px 0 15px 20px;
	font-weight: bold;
	list-style: disc;
}
