﻿
/*-------------------------------------------------------*/
/*		WEB ENQUIRY FORM								 */
/*-------------------------------------------------------*/


/*	FOR USE WITH DIVS	*/
#WETitle
{
	width: auto; 
	height: auto; 
	margin: 20px 25px 10px 20px; 
	font-family: Arial; 
	color: #FFFFFF; 
	font-weight: bold; 
	text-align: center;
}

#WEInputBox
{
	margin-left: 25px; 
	margin-right: 15px; 
	font-family: Arial; 
	font-size: 11px; 
	color: #FFFFFF;
}

#WEInputArea
{
	font-family: 'Arial Narrow'; 
	font-size: small; 
	text-transform: capitalize; 
	table-layout: auto; 
	color: #FFFFFF;
}


#WEsLabel
{
	width: 74px;
}

