/*	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.
*/

#content table.user-form {
	padding-left: 1px;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding-top:10px;
	border: none;
}
html* {
	padding-top: 0;
	}

#content table.user-form .star {
	color: #960000;
}
	#content table.user-form .header {
		padding: 0px 0px 11px 9px;
		font-size: 11px;
		font-weight: normal;
		color: #666666;
	}
	#content table.user-form .label {
		width: 175px;
		margin: 0px 13px 8px 0px;
		padding: 3px 8px 3px 8px;
		color: #000;
		font-weight: bold;
		background-color: #E3E3E3;
	}
	#content table.user-form .user-form-input,
	#content table.user-form .user-form-multi,
	#content table.user-form .user-form-select {
		width: 204px;
		height: 17px !important;
		margin-top: 0px;
		padding-left: 4px;
		border: 1px solid #B9B8B7 !important;
		background-color: #F8FBFF!important;
		display: inline;
		float: left;
	}
	#content table.user-form .user-form-input#postCode {
		width: 50px;
	}
	#content table.user-form .user-form-select {
		width: 56px;
		height: 20px !important;
		padding: 0px !important;
	}
	#content table.user-form .user-form-multi {
		height: 82px !important;
	}
	#content table.user-form .error {
		font-weight: bold;
		color: red;
	}
	#content table.user-form .user-form-buttons {
		float: left;
		margin: 15px 0px 0px 0px;
	}
	#content table.user-form .form-btn-divider {
		float: left;
		width: 3px;
		height: 30px;
		margin: 15px 10px 0px 10px;
		background-image: url(/wsimages/frmBtnDivider.gif);
		background-position: top left;
		background-repeat: repeat-x;
	}

#content table.user-form th, #content table.user-form td {
padding:0;
border: none;
vertical-align: top;
}