/* **************************************************** */
/* Styles the Form Elements for the Contact Page */
/* **************************************************** */


/* This overriding of the base style is necessary because of IE6  */
#bodyElem
{
	padding: 30px 0 15px 15px;
}

#contact_mc
{
	width: 750px;
	margin-top: 15px;
}

fieldset
{
	width: 690px;
	border: 1px solid #e1e1e1;
	
}

#contact_mc li /* Elements that sit side by side */
{
	padding: 4px;
	float: left;
	width: 335px;
}

#contact_mc li.break /* This is for elements that insist on their own column */
{
	float: none;
	clear: left;
	width: 500px;
}

#contact_mc input
{
	width: 200px;
	color: #666;
}

#contact_mc label
{
	line-height: 1.8em;
	vertical-align: top;
	width: 100px;
	display: block;
	float: left;
}

#contact_mc select
{
	width: 200px;
	color: #666;
}

#contact_mc textarea
{
	margin-bottom: 0;
	width: 300px;
	color: #666;
}

/* Checkbox fields are styled differently to fit on a single line */
#contact_mc label.checkBoxLabel
{
	line-height: 1.2em;
	float: none;
	display: inline;
}

#contact_mc input.checkBox
{
	width: 15px;
}

#contact_mc #submit
{
	width: 75px;
}

/* This indents the Submit button */
#contact_mc p
{
	padding: 10px 0 20px 15px;
	border-bottom: 1px solid #e1e1e1;
}

/* **************************************************** */
/* Page Specific Layout - Only used on the contact page so included here */
/* **************************************************** */
.contactAddress
{
	float: left;
	margin: 15px 30px 0 15px;
}

.contactEmailAddress
{
	clear: both;
	padding: 15px;
}
