#eoi-form {
	width: 560px;
}
#eoi-form fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

#eoi-form fieldset h3 {
	color: white;
	margin: 0;
	border-bottom: 1px solid white;
	border-top: 1px solid white;	
	background-color: #8B8B8B;
	float: left;
	width: 500px;
	font-size: 105%;
}

#eoi-form fieldset h3 span.legend-counter {
	background-color: #E62F1D;
	margin-right: 7px;
	float: left;
	display: block;
	border-right: 1px solid white;
	padding: 3px 7px;
}

#eoi-form fieldset h3 span.legend-text
{
	padding: 3px;
	display: block;
	float: left;
}

#eoi-form ul
{
	margin-left: 20px;
}

#eoi-form fieldset ul {
	margin: 0;
	list-style-type: none;
}
#eoi-form div {
	padding: 10px 0 10px 0;
	position: relative;
}

#eoi-form .field-name {
	float: left;
	width: 158px;	
	padding-left: 10px;
	padding-right: 17px;
}

#eoi-form .field-input {
	margin-left: 150px;
	padding-left: 10px;	
}

#eoi-form fieldset li {
	background: url(images/eoi-form/background-image.png) repeat-y;
	clear: both;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 500px;	
	position: relative;
}

#eoi-form .help-text, #eoi-form .validation
{
	position: absolute;	
	z-index: 5;
	width: 290px;
	margin-left: 7px;
	padding: 2px;
	display: none;
	background-color: #8B8B8B;
	color: white;
	font-weight: bold;	
}

#eoi-form .validation
{
	background-color: #E62F1D;
	display: inline;
}

#eoi-form .tick-super-container .help-text, #eoi-form .tick-super-container .validation
{
	display: inline;
	width: 350px;
	top: 2px;
	width: 280px;
	left: 493px;
}

#eoi-form .tick-super-container .validation
{
	top: 12px;
}

#eoi-form fieldset li.split {
	border-top: 1px solid white;
}

#eoi-form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#eoi-form .mandatory
{
	color: #E62F1D;
	font-size: 80%;
	margin-left: .1em;
	position: relative;
	top: -2px;
}

#eoi-form .width-standard
{
	width: 300px;
}

#eoi-form .phone
{
	width: 200px;
}

#eoi-form .postcode
{
	width: 100px;
}

#eoi-form .radio
{
	margin-right: 2px;
}

#eoi-form .radio-label
{
	margin-right: 7px;
}

#eoi-form .text-area
{
	height: 100px;
	width: 300px;
}

#eoi-form .tick-container
{
	padding-left: 10px;
	background-color: #F2F2F2;
}

#eoi-form .tick-super-container
{
	background-color: #F2F2F2;
}

#eoi-form .tick-container input
{
	margin-right: 3px;
}

#eoi-form .eoi-submit
{
	margin-top: 1.5em;
}


