.contest_form
{
	clear: both;
	margin-top: 0px;
	font-family: arial;
	
}

.contest_form h2
{
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #722b53;
	text-align: center;
}

.contest_table 
{
	
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #c75395;
}
.contest_table td
{
	
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #c75395;
}

.contest_table input[type=text]
{
	border: 1px solid #d673ac;
}

.input
{
	border: 1px solid #d673ac;
}

.contest_table textarea
{
	border: 1px solid #d673ac;
	width: 128px;
	height: 100px;
}

.contest_form h3
{
	font-family: arial;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #722b53;
	text-align: center;
}


