﻿.contactForm_right {
	text-align:left;
	width:250px;
}

td.contactForm_left {
	text-align:right;
	width:150px;
	font-weight:bold;
	padding-right:10px;
}

table.contactForm th, table.contactForm td {
	padding:2px 5px;
	vertical-align:top;
}

table.contactForm {
	margin:0 auto;
	padding:20px;
	background-color:#999;
	color:#fff;
	
}
/* --- REVIEW FORM --- */
#reviewWrite
{
	float: right;
	margin-top: 20px;
}

#reviewWrite label.field
{
	clear: both;
	width: 50px;
	float: left;
}

#reviewWrite input.textinput
{
	clear: right;
	width: 150px;
	margin-bottom: 8px;
}

#reviewWrite h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #003399;
	margin: 0 0 10px 0;
	padding: 0px;
}

#reviewWrite textarea
{
	width: 323px;
	float:left;
	clear:left;
}

.reviewbackground
{
	width: 400px;
	height: auto;
	color:#fff;
	font-weight:bold;
	border:1px solid #004c81;
	background-color: #fff;
	margin: 10px 0px 10px 0px;
	padding: 10px;
}
.reviewbackground p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	line-height: 18px;
	color: #004c81;
}

#reviewContainer
{
	width: 330px;
	float: left;
	margin-left: 0px;
	margin-top: 20px;
}

#reviewContainer p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 10px;
	padding: 0px;
	width: 400px;
	display: block;
}

#reviewContainer h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #003399;
	margin: 0px;
	padding: 0px;
}
.review_left {
	width:400px;
}

div#reviewWrite span {
	float:left;
	clear:left;
}

div#reviewWrite p {
	clear:left;
	padding-top:10px;
}


.contestHeader 
{
    padding:20px 0;
    text-align:center;
}

.contestText 
{
    width:530px;
    margin:0 auto;
}

.contestText ul
{
    margin:10px 0 10px 20px;
}