fieldset
{
	float: left;
	width: 250px;
	height: 100%;
	padding: 20px 20px 0px 20px;
	border: 1px solid #d9d9d9;
	background: #f8f8f8;
	margin-bottom: 15px;
}
legend
{
	font-size: 14px;
	color: #f42d86;
}
label
{
	display: block;
	margin-bottom: 3px;
}
#contactForm
{
	float: left;
	width: 960px;
	margin-bottom: 20px;
}
#contactForm input
{
	width: 228px;
	margin: 0px;
}
#contactForm textarea
{
	background: #f3f3f3 url(../images/backgrounds/search.png) repeat-x top left;
	border: 1px solid #cfcfcf;
	width: 228px;
	height: 100px;
	padding: 4px 10px 4px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4d4d4d;
}
.fieldFocus
{
	border: 1px solid #f42d86;
}
.fieldError
{
	border: 1px solid #ff0000;
	background-color: #FFFF99;
}
#contactForm fieldset div
{
	margin-bottom: 20px;
}
select
{
	border: 1px solid #d9d9d9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4d4d4d;
	margin-right: 3px;
}
#submitDetails
{
	position: relative;
	display: block;
	width: 120px;
	height: 20px;
}
#submitDetails span
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/buttons/submit_details.gif) no-repeat top left;
}
#submitDetails:hover span
{
	background: url(../images/buttons/submit_details.gif) no-repeat bottom left;
}
#contactErrors
{
	clear: left;
	width: 920px;
	padding: 20px;
	border: 1px dashed #d9d9d9;
	margin-button: 20px;
	color: #fff;
	background-color: #f42d86;
}
#errorTitle
{
	background: url(../images/icons/error_icon.gif) no-repeat center left;
	height: 23px;
	vertical-align: middle;
	padding: 7px 0px 0px 40px;
	margin-bottom: 15px;
}
#errorList
{
	list-style: disc;
	margin-left: 12px;
	font-weight: bold;
}
#errorList a
{
	color: #fff;
	text-decoration: underline;
}
#errorList a:hover
{
	color: #fff;
	text-decoration: none;
}
option
{
	padding-right: 0px;
}

div#contactDetails
{
	float: left;
	margin-left: 20px;
}
div#contactDetails span
{
	font-weight: bold;
	color: #f42d86;
}

div#formSent
{
	border: 1px solid #ccc;
	padding: 15px;
	line-height: 21px;
	background-color: #FEFCB8;
	margin: 8px 0px 20px 0px;
}

#enquiryErrors
{
	width: 920px;
	padding: 20px;
	border: 1px dashed #d9d9d9;
	margin-button: 20px;
	color: #fff;
	background-color: #f42d86;
}
#errorTitle
{
	background: url(../images/icons/error_icon.gif) no-repeat center left;
	height: 23px;
	vertical-align: middle;
	padding: 7px 0px 0px 40px;
	margin-bottom: 15px;
}
#errorList
{
	list-style: disc;
	margin-left: 12px;
	font-weight: bold;
}
#errorList a
{
	color: #fff;
	text-decoration: underline;
}
#errorList a:hover
{
	color: #fff;
	text-decoration: none;
}