/***************************/
/*        ENQUIRIES        */
/***************************/

/* 	These styles shouldn't need to be changed much as
	they plug straight into the included enquiries form.
*/

.user-form {
	padding-left: 1px;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding-top:10px;
}
textarea {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 13px;
}
.user-form .star {
	color: #960000;
}
	.user-form .header {
		padding: 0px 0px 11px 9px;
		font-size: 11px;
		font-weight: normal;
		color: #666666;
	}
	.user-form .label {
		width: 175px;
		margin: 0px 13px 8px 0px;
		padding: 3px 8px 3px 8px;
		color: #ddd;
		background-color: #131313;
	}
	.user-form .user-form-input, .user-form-multi, .user-form-select {
		width: 204px;
		height: 17px;
		margin-top: 0px;
		padding-left: 4px;
		border: 1px solid #000 !important;
		background-color: #999999 !important;
		display: inline;
		float: left;
	}
	.user-form .user-form-input#postCode {
		width: 50px;
	}
	.user-form .user-form-select {
		width: 56px;
		height: 20px;
		padding: 0px !important;
	}
	.user-form .user-form-multi {
		height: 82px !important;
	}
	.user-form .error {
		font-weight: bold;
		color: red;
	}
	.user-form .user-form-buttons {
		float: left;
		margin: 15px 0px 0px 0px;
	}
	.user-form .form-btn-divider {
		float: left;
		width: 3px;
		height: 30px;
		margin: 15px 10px 0px 10px;
		background-position: top left;
		background-repeat: repeat-x;
	}