/*------------ Enquiry Form ----------------*/
a.contactimgl{
	display: block;
	color:#333333;
	text-align:center;
	margin-bottom: 15px;
	text-decoration: underline;
}
a:hover.contactimgl{
	text-decoration: none;
}

a.contactimgl img{
	border:2px solid #4A2103;
}
a:hover.contactimgl img{
	border:2px solid #000000;
}

#enq-form {
	border-collapse:collapse;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 500px;
}
.enquiry_width {
	width: 400px;
	background-attachment: scroll;
	background-image: url(../images/white.gif);
	background-repeat: repeat;
}
.enquiry_width_req {
	width: 400px;
	background-attachment: scroll;
	background-image: url(../images/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: 75px;
}

.hl2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #4A83A8;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

input, textarea, select, browse {
	border:1px solid #000000;
	color:#000000;
	font-family:Verdana,Arial,Helvetica;
	font-size:10pt;
}
/*------------ //Enquiry Form ----------------*/
