form {
	padding: 0px;
	margin: 0px;
}

#contentContainerH .label {
	width: 140px;
	text-align: right;
	padding-right: 6px;
	vertical-align: top;
	font-weight: bold;
}

#contentContainerH .label .req {
	color: #CC0000;
}

#contentContainerH input {
	width: 180px;
	border: solid 1px #A3EC35;
	padding: 2px;
}

#contentContainerH select {
	width: 187px;
}

#contentContainerH textarea {
	width: 180px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	border: solid 1px #A3EC35;
	padding: 2px;	
}

#contentContainerH .submit {
	width: 91px;
	background-color: #fff;
	color: #666;
	font-weight: bold;
}

#contentContainerH .enq-form-error {
	color: #CC0000;
}

#contentContainerH #small.hlred {
	font-size: 10px;
	font-weight: bold;
}



form .formButton {
	display: inline;
	background-color: #BCB871;
}
form .formButton div {
	display: inline;
	background-image: url(../images/bleft.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
form .formButton div input {
	border: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: transparent;
	background-image: url(../images/bright.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 31px;	
}