﻿#middleColumn p								{margin-left:12px;}
.competitionBoldText						{font-size:0.9em !important;font-weight:bold;}
.competitionText							{line-height:16px;}

/* competition images are 566px wide, but need to sit in a 559px column with some overlap left and right 
there is 5px white space to the left of the image, 12 - 5 is 7px shift...*/
.competitionImage							{margin:0px 0px 10px 7px;}
.competitionTerms							{font-size:0.6em !important;font-weight:bold;line-height:12px;margin-bottom:4px;}

.question									{margin-top:-16px}
.answer										{margin:-16px 0px 4px 211px;}
.answer label								{font-weight:bold;}
.textField,
.selectField
{
	border-color:#67ABCE;
	border-style:solid;
	border-width:1px;
	margin-top:4px;
}
.fullWidthSelect							{width:208px;}

#enterContainer								{width:320px;margin:10px 0 10px 120px;}
	#enterContainer p						{margin-bottom:4px;}
	.requiredLabel							{color:#999;font-size:0.7em !important;font-weight:bold;margin-left:94px !important;}
	.textField								{width:206px;}
	#enterContainer label					{display:inline-block;text-align:right;width:80px;}
	#enterContainer label strong			{font-weight:bold;}
	#enterContainer table					{display:inline-block;}
	.gender label							{font-size:0.8em;margin-left:12px;vertical-align:top;}
	.gender input							{margin-left:0px !important;}
	.gender table label						{margin-left:0px !important;text-align:left !important;vertical-align:text-top;}
	
.termsNote									{font-size:0.6em !important;line-height:10px;}
.termsContainer								{margin:0 0 8px 96px !important;width:210px;}
.termsCheckboxWrapper						{width:18px;}
.termsCheckboxWrapper input					{margin-left:0px !important;}
.termsCheckboxText							{float:right;margin-right:28px;width:160px;}

.competitionError							{color:Red;display:inline-block;font-size:0.9em;}
.competitionSubmit							{margin-left:223px;}

.competitionSeeAllContainer					{margin-right:12px;text-align:right;}
.smallNote { font-weight:bold;	color:#999;	font-size:0.7em !important; }

div.singletext textarea
{
	margin-left: 10px;
	border: 3px double #67ABCE;
}
