/* CSS Document */


<!--
.enquiry_title{
font-size:12px;
font-weight:bold;
}

.enquiry_text{
font-size:10px;
font-weight:bold;
color:#999999;
}


input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background-color: #efefef;
}

textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background-color: #efefef;
}
