DIV.emaillist {
	width: auto;
}

	DIV.emaillist .content { 
		text-align: left;
		font-size: 14px;
		padding: 11px 0 0px 40px;
		*padding: 24px 0 0px 40px;
	}
	
	.emaillist .content h2 { 
		background: url('../images/heading.gif') left top no-repeat;
		display: block;
		height: 57px;
		text-indent: -9999px;
	}
	
	.emaillist .content FORM h3 { 
		background: url('../images/enquiry_heading.gif') left 0px no-repeat;
		display: block;
		height: 23px;
		text-indent: -9999px;
		margin-bottom: 15px;
	}
	
	.emaillist .content h3.thankyou { 
		background: url('../images/thankyou_heading.gif') left top no-repeat;
		display: block;
		height: 30px;
		text-indent: -9999px;
		margin-bottom: 15px;
	}
	
	/* @group Contact Details */

	.emaillist .content .addresses { float: left; width: 300px; margin: 10px 100px 20px 0; }
	.hero IMG { border: 1px solid rgb(224,224,224); }
	.emaillist .content .addresses DL { font-size: 14px; text-transform: lowercase; padding: 5px 0; }
	.emaillist .content .addresses DL DT { font-weight: bold; }
	.emaillist .content .addresses DL DD { text-align: left; }

	/* @end */
	
	/* @group Submission Details */
	
	.emaillist .content .submission { 
		float: left; 
		margin-top: 25px;
		margin-right: 120px;
		width: 250px;
	}
	
	.emaillist .content .submission H2.heading_thanks { 
		height: 20px; 
		margin-bottom: 15px;
	}
	
	/* @end */

	/* @group  Enquiry Form */
	FORM#frmEmailList {
		float: left; 
		width: 420px;
	}
	
	FORM#frmEmailList FIELDSET { border: 0; padding: 0; margin: 0; background: none; }
	
	FORM#frmEmailList DIV.field { width: 420px; margin: 0 0 8px 0; }
	
	FORM#frmEmailList .field LABEL { width: 150px; float: left; color: #ed1162; font-size: 11px; line-height: 26px; }
		
		SPAN.input
		{
			float: left;
			display: block;
			margin-bottom: 10px;
			padding: 2px 0 3px 0;
			border-top: 2px solid #c9c9c9;
			border-left: 2px solid #c9c9c9;
			border-bottom: 1px solid #c9c9c9;
			border-right: 1px solid #c9c9c9;
			width: 250px;
			text-align: left;
			background: #fff;
		}
		
		SPAN.select
		{
			float: left;
			display: block;
			margin-bottom: 10px;
			width: 250px;
			text-align: left;
		}
		
		SPAN.radio
		{
			float: left;
			display: block;
			margin-bottom: 10px;
			padding: 2px 0 3px 0;
			width: 250px;
			text-align: left;
			background: #fff;
		}
		
			SPAN.radio DIV { float: left; font-size: 11px; color: #ed1162; margin: 0 5px; }
		
		SPAN.input INPUT
		{
			width: 240px;
			display: block;
			font-size: 10px;
		}
		
		SPAN.radio INPUT
		{
			width: 16px;
			height: 16px;
			float: left;
		}
		
		SPAN.select SELECT
		{
			width: 253px;
			_width: 250px;
			border-top: 2px solid #c9c9c9;
			border-left: 2px solid #c9c9c9;
			border-bottom: 1px solid #c9c9c9;
			border-right: 1px solid #c9c9c9;
			font-size: 10px;
		}
		
		SPAN.input TEXTAREA
		{
			width: 240px;
			height: 100px;
			font-size: 10px;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		FORM#frmEmailList BUTTON {
			margin: 10px 150px;
			padding: 0;
			background: none;
			text-align: left;
			border: 0;
			width: 78px;
			overflow: hidden;
		}
		
			FORM#frmEmailList BUTTON IMG { text-align: left; padding: 0; }
		
	/* @end */
