/*	FOR ALL YOUR DEBUGGING NEEDS USE FIREBUG:
	http://www.getfirebug.com
*/

/***************************/
/*        ENQUIRIES        */
/***************************/

/* 	These styles shouldn't need to be changed much as
	they plug straight into the included enquiries form.
*/

table, tr,td {
	vertical-align:top;
	line-height:20px;
}

.user-form {
	padding-left: 1px;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding-top:25px;
	float:left;

}
html* {
	padding-top: 0;
	}

.user-form .star {
	color: #cc0000;
}
	.user-form .header {
		padding: 0px 0px 11px 9px;
		font-size: 11px;
		font-weight: normal;
		color: #6D6D6D;
	}
	.user-form .label {
		width: 206px;
		margin: 0px 13px 8px 0px;
		padding: 0px 8px;
		color: #20292F;
		background-color: #ffefec	;
	}
	.user-form .user-form-input, .user-form-multi, .user-form-select {
		width: 204px;
		height: 16px;
		margin-top: 0px;
		padding-top:1px;
		padding-left: 4px;
		border: 1px solid #B9B8B7 !important;
		background-color: #F5F4F4 !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;
		width:20px;
		background-position: top left;
		background-repeat: repeat-x;
	}