/* Start of CMSMS style sheet 'ell : forms' */
div.expressAnInterest{
border:0px dotted pink;
padding:2px;
padding-top:10px;
}

div.eaiTextInput label{
	font-weight:bold;
	width:140px;
	display:block;
	float:left;
	margin-bottom:-6px;
	padding-bottom:6px;
}

.eaiTextInput input{
	width:250px;
	margin-bottom:20px;
	margin-top:-6px;

}

div.eaiAdults{
width:130px;
float:left;
color:#2AADC2;
font-weight:bold;
}

div.eaiYoungAdults{
width:130px;
float:left;
color:#DE2400;
font-weight:bold;
}

div.eaiChildren{
width:125px;
float:left;
color:#51C000;
font-weight:bold;
}

div.eaiAdultHeading, div.eaiYoungAdultHeading, div.eaiChildrenHeading{
width:125px;
float:left;
font-family:tahoma;
font-weight:bold;
color:#000;
}

div.clearHeadings{
width:200px;
height:5px;
}


div.eaiAdults input, div.eaiYoungAdults input, div.eaiChildren input{
float:left;
}

div.eaiAdults label, div.eaiYoungAdults label, div.eaiChildren label{

display:block;
margin-left:25px;
margin-top:-15px;
padding-bottom:4px;
}


div.eaiTickProdInstructions, div.eaiTextBoxInstructions{
	color:#FF5A3F;
	padding-top:5px;padding-bottom:5px;
}

div.eaiTextBoxInstructions{
	clear:left;
}

div.eaiTextBox textarea{
width:395px;height:70px;
}

div.captcha{
padding-top:10px;
padding-bottom:10px;

}
div.captchaText{
width:130px;
/*color:#FF5A3F;*/
font-weight:bold;
padding-top:10px;
padding-bottom:10px;
padding-right:10px;
float:left;
}

div.captchaInput input{
	width:250px;
	margin-bottom:20px;
	margin-top:15px;

}

div.submit{
text-align:right;
clear:left;
padding-bottom:10px;
}

div.error_message{color:red;}

/* End of 'ell : forms' */

