/*ENQUIRY FORM STYLES*/

.frmtitle
{
	width: 140px;
	font-size: 75%;
}

.frmelement
{
	border:1px solid #666666;
	width:150px;
	font-family: arial;
	color: #333333;
	font-size: 0.7em;
	text-decoration: none;
}

.frmelementtextarea {
	border:1px solid #666666;
	width:150px;
	font-family: arial;
	color: #333333;
	font-size: 0.7em;
	text-decoration: none;			
}

.button
{
	background: #025790;
	border:1px solid #0282A9;
	width:75px;
	font-family: arial;
	color: white;
	font-size: 0.7em;
	text-decoration: none;
}