/* 
All of the contest-related html elements in contest.html map to the style classes below. 
If you are creating a page that has contest entry fields, use contest.html file as your template. It automatically includes this CSS file.
Feel free to modify the styles below but DO NOT add, modify or delete the classes themselves.
*/

LABEL
{
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	text-transform: none;
}
DIV.ctErrorMessage
{
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 10px;
}
DIV.ctFullName
{
	margin-bottom: 5px;
	padding-bottom: 15px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
INPUT.ctFullName
{
	width: 200px;
}
DIV.ctEmail
{
	margin-bottom: 5px;
	padding-bottom: 15px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
INPUT.ctEmail
{
	width: 200px;
}
DIV.ctParentEmail
{
	font-size: 12px;
	margin-bottom: 5px;
}
INPUT.ctParentEmail
{
	width: 200px;
}
DIV.ctDateOfBirth
{
	font-size: 11px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}
SELECT.ctMonth
{
	
}
SELECT.ctDay
{
	
}
SELECT.ctYear
{
	
}

SPAN.ctNL1
{
	font-size:12px;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
DIV.ctNL1
{
	font-size:12px;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
}

INPUT.ctNL1, INPUT.ctNL2, INPUT.ctNL3, INPUT.ctNL4, INPUT.ctNL5
{
}

DIV.ctAT1, DIV.ctAT2, DIV.ctAT3, DIV.ctAT4, DIV.ctAT5
{
	font-size:12px;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
}
INPUT.ctAT1, INPUT.ctAT2, INPUT.ctAT3, INPUT.ctAT4, INPUT.ctAT5
{
}
DIV.ctAdHoc
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
	color:#ffffff;
}

DIV.ctAdHocRadio
{
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 15px;
	color:#000000;
}
DIV.ctMailFormat
{
	font-size: 11px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
SELECT.ctMailFormat
{
	width: 100px;
	margin-top: 2px;
}

DIV.ctSubmitBtn
{
	margin-right: 20px;
	float: left;
}
INPUT.ctSubmitBtn
{
}

DIV.ctRules
{
	clear: right;
	width: 100px;
	text-align: left;
	float: left;
	padding-top: 8px;
}
UL.ctRules
{
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;
}
LI.ctRules
{
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 4px;	
}
A.ctRules
{
FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Arial,Verdana,sans-serif; TEXT-DECORATION: none; text-transform: uppercase;
}
A.ctRules:hover
{
FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Arial,Verdana,sans-serif; TEXT-DECORATION: none; text-transform: uppercase;
}

