/*This is the style sheet for the enquiry form pages*/

* html fieldset {
	position: relative;
	padding-top: .5em;
	margin-top: 1em;
}

* html fieldset {
	margin-top: 1em;
	padding-top: 1em;
}

* html legend {
	position: absolute;
	top: -.5em;
	left: .5em;
}

fieldset {
	border: #000066 solid 1px;
	padding-bottom: 5px;
	margin: .4em 2.7em 1.5em 2.7em;
	background: #0033ff;
}

fieldset p {
	color: #ffffff;
}

legend {
	background: #ffffff;
	border: #000066 solid 1px;
	padding: 1px 5px;
	color: #000066;
	margin-top: -5px;
}

label {
	width: 13em; 
	float: left;
	clear: left;
	text-align: right;
	margin: 0 10px 10px 0; 
	color: #ffffff;
}

input, select, textarea {
	border: #000066 solid 1px;
	float: left; 
	margin: 0 .7em .7em 0;
}

.contactfs input, .contactfs select, textarea {
	width: 20em;
}

.input2 {
	width: 10.8em
}

.frmdet {
	width: 16em;
}

.selectbox {
	width: 4.5em;
}

.enqinput {
	width: 20em;
}

#radbut {
	float: left;
	color: #ffffff;
	margin: 0 .7em .7em 0;
}

#radbut input {
	float: none;
	border: 0;
	margin: 0;
}

.submitbutton {
	clear: left;
	margin-left: 13.7em; /* IE Width!! */
	width: 9em;
	background: #ffffff;
	border: 2px #000066 outset;
	color: #000066;
}

input[type="submit"] {
	margin-left: 14.4em;
}

#rightflo {
	float: right;
	margin: 0 0 0 10px;
}
