table.contestForm {
	width: 100%;
}

.contestForm td {
	float: none;
	text-align: left;
}

.contestForm td.label label {
	width: auto;
	float: none;
}

.contestForm td.label {
	width: 50%;
	padding-right: 10px;
	text-align: right;
}

.contestForm label.checkbox {
	clear: both;
	width: auto;
	float: none;
	text-align: left;
	display: inline;
	padding: 10px;
}

.contestForm td label {
	clear: both;
	float: none;
	width: auto;
	text-align: left;
	padding: 10px;
}
.contestForm div.required_note {
	font-style: italic;
}

.contestForm div.termsBox {
	width:500px; height: 100px; overflow: auto; border: 2px solid black;
	margin: 10px auto 10px;
}

.contestForm span.required {
	color: red;
}

/* flash message container div style */
div.flash {
	border: 1px red solid;
	background-color: #FDD;
	font-weight: bolder;
	margin: 10px auto 10px;
	text-align: center;
}

/* captcha format */
div.captcha {
	margin: 10px;
	text-align: center;
}

div.rss {
	text-align: right;
	width: 100%;
}

