.moduleContent{
	background:#fff;
	padding:10px 15px 140px 40px;
	font-size:12px;
	line-height:18px;
	color:#000;
}
.form_summary{
    padding:20px 50px 5px 20px;
    font-weight:bold;
    font-size:13px;
}
.moduleContent FORM{
	width:565px;
	padding:20px;
	overflow:hidden;
	float:left;
	margin-right:25px;
}
.formElement{
	margin:0 20px 5px 0;
	padding:10px;
	*padding:7px;
	float:left;
	/*background:url('../images/bg_input.png') top left repeat-x;
	border:1px solid #e4e4e4;*/
	background:url('/images/image-21.jpg') top left no-repeat;
	width:232px;
	height:auto;
	position:relative;
}
INPUT.honeyPot{
	display:none;
}
H3.formElement{
	position:static;
	background:none;
	float:none;
	font-size:13px;
	padding:10px 0px 20px;
    width:auto;
}
.formElement LABEL{
	color:#707070;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	height:15px;
	width:59px;
	padding-right:10px;
}

.formElement INPUT.text{
	border:none;
	background:none;
	color:#707070;
	width:160px;
	float:left;
    border-bottom:1px solid #ddd;
}

.formElement .validation-advice{
	/*position:absolute;
	bottom:-3px;
	left:10px;
	*/
	color:#c00;
	font-weight:bold;
	font-size:11px;
	line-height:10px;
	float:left;
	_float:none;
	clear:both;
	padding:0px;
	margin:20px 0px 0px;
	width:230px;
}
.formCheckbox {
	background:none;
	border:none;
	float:none;
	width:auto;
	padding:15px 45px;
	*padding:7px 25px 7px 35px;
	margin:0px;
	clear:both;
	position:relative;
}
.formCheckbox LABEL{
	width:auto;
	float:none;
}
.formCheckbox INPUT{
	width:15px;
	position:absolute;
	left:15px;
	top:15px;
	_left:-20px;
	_top:10px;
}

.formElement.formSelect{
    width:auto;
    background:none;
    padding:0px;
}
.formSelect LABEL{
    width:auto;
    padding:15px 10px;
    font-weight: bold;
}
.formSelect SELECT{
    background:#eeeff0;
    border:none;
    width:520px;
    padding:10px;
    line-height:25px;
    color: #707070;
}
.formSelect SELECT option{
    padding:3px;
}

.formTextarea{
	background:url('../images/bg_textarea.png') top left repeat-x;
	width:510px;
	height:124px;
	float:none;
    padding:10px 0px 10px 10px;
}
.formTextarea TEXTAREA{
	width:435px;
	border:none;
	background:none;
	color:#707070;
	height:122px;
}


.formSubmit{
	background:none;
	border:none;
	float:none;
	padding:0px;
	margin:40px 0 0;
}
.formSubmit INPUT{
	border:none;
	text-indent:-9999px;
	*text-indent: 0px;
	*font-size: 0px;
	*text-align:left;
	color:#000;
	background:url('../images/bt_submit.png') top left no-repeat;
	width:113px;
	height:29px;
	cursor:pointer;
}

.formElement LABEL B{
	color:#fa2881;
	font-size:14px;
}

/* Contact Details */
#contactDetails{
	width:250px;
	overflow:hidden;
	padding:20px 0;
}
#contactDetails DIV{
	padding-bottom:5px;
}
#contactDetails B{
	color:#fa2881;
}
.postal{
	border-top:1px solid #e7e7e7;
    padding:5px 0;
    margin:20px 0 15px;
}
.enquiries a{
    color: #fa2881;
}
.postal b,
.enquiries b{
    font-size:13px;
}


