/*%%%%%%%%%%%%%%%%*/
/*  LAYOUT LOGIC  */
/*%%%%%%%%%%%%%%%%*/

#contactForm
	{
	position: relative;
	width: 370px;
/*	padding-top: 10px;  */
	}

#contactFormHeader
	{
	position: relative;
	width: 351px;
	height: 40px;
	margin: 10px 0px 0px 0px;
	background: url('../images/form_header_contact.gif') no-repeat bottom left;
	}

#contactFormFooter
	{
	position: relative;
	width: 352px;
	height: 40px;
	margin: 10px 0px 10px 0px;
	padding-left: 8px;
	background: url('../images/form_footer.gif') no-repeat bottom right;
	}
	
	
/*%%%%%%%%%%%%%%%%*/
/*  CLASSES       */
/*%%%%%%%%%%%%%%%%*/

.contactFormFields
	{
	position: relative;
	display: block;
	clear: both;
	padding: 8px 0px 0px 0px; 
	}

.formFieldLeft
	{
	width: 150px;
	float: left;
	display: inline;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	}

.formFieldRight
	{
	width: auto;
	float: left;
	display: inline;
	}

.formText
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #B05A01;
	background-color: #DADADA;
	}


/*%%%%%%%%%%%%%%%%*/
/*  SELECTORS     */
/*%%%%%%%%%%%%%%%%*/

#contactForm p
	{
	clear: both; 
	padding-left: 5px;
	}
