/* contact page */
#contact-details {
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
	width: 100%;
}
.label {
	margin: 0px;
	padding: 0px;
}
.detail {
	margin: 0px;
	padding: 0px;
}


/* enquiry form */
#enq-form {
	border-collapse:collapse;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 500px;
}
.enquiry_width {
	width: 400px;
	background-attachment: scroll;
	background-image: url(../img/white.gif);
	background-repeat: repeat;
}
.enquiry_width_req {
	width: 400px;
	background-attachment: scroll;
	background-image: url(../img/yellow.gif);
	background-repeat: repeat;
}
.enquiryq_width {
	width: 300px;
	background-attachment: scroll;
	background-image: url(../img/white.gif);
	background-repeat: repeat;
}
.enquiryq_width_req {
	width: 300px;
	background-attachment: scroll;
	background-image: url(../img/yellow.gif);
	background-repeat: repeat;
}

.required-field {
	font-size: 10px;
	color: #FF0000;
	text-align: right;
}
.red {
	font-size: 10px;
	color: #FF0000;
}
.contact-foneetc {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.form-button {
	font-size: 10px;
	height: 16px;
	width: 80px;
	margin-left: 74px;
}



#quick-quote {
	border-collapse:collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.quote-label {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 140px;
}
.quote-data {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

