#formWrapper{
	width:442px;
	}
fieldset
{
	float: left;
	clear: left;
	width: 480px;
	margin: 0 0 1.5em 0;
	padding: 0 0 0 10px;
	border: 0;
	/* border-top: 1px solid #E7E7E7; */
	background-color: #FFF;
	background-image: url(../images/fieldset_gradient.jpg);
	background-repeat: no-repeat;
}

legend
{
	margin-left: 0;
	padding: 0;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}

fieldset ol
{
	padding: 1em 1em 0 0;
	margin: 0;
	list-style: none;
	zoom: 1;
}

fieldset li
{
	float: left;
	clear: left;
	width: 450px;
	padding-bottom: 0.75em;
}

fieldset label
{
	position: relative;
	float: left;
	width: 10em;
	margin-right: 1em;
	font-size: small;
	font-weight: bold;
	padding-top: 3px;
}
label em{
	position: absolute;
	left: 10em;
	top: 3px;
}
input.text, textarea.text, select
{
	width: 260px;
	font: normal 1em Arial, Helvetica, sans-serif;
	border: 1px solid #000;
}
fieldset.submit
{
	float: none;
	width: auto;
	border-style: none;
	padding-left: 9.6em;/**/
	background-color: transparent;
	background-image: none;
}
.submitButton
{
	float: none;
	width: 260px;
	padding: 5px 0;
	border-style: none;
	text-align: center;
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #ED1B2D;
	color: #ED1B2D;
	font-weight: bold;
}

#remaining
{
	display:block;
	font-size: small;
	margin-left: 11em;
	width: 250px;
}
.checkImg{
	display: block;
	margin-left: 12em;
	width: 260px;
	text-align: right;
}
.checkImg a{
	font-size: 12px;
	color: #ED1B2D;
}
.checkImg img{
	border: 1px solid #ED1B2D;
}
#profileSelect label{
	font-size: small;
	font-weight: bold;
}
#profileSelect select{
	width: auto;
}
#goButton{
	width: 3em;
}
.enquiry{
	width: 2em;
}
