/* CSS STYLES for FORM OBJECTS */


/* All CSS Below */

form {

	margin:0px;

	padding:0px;

	}

#formwidth {
	width:435px;
}

label 	{ 

	cursor: pointer;

	width: 8em;

	float: left;

	text-align: right;

	clear: both;

	margin-bottom: 15px;

}

	

fieldset {

	 border: 1px solid #999;
}

	 

#contact_details, {

		 margin-bottom: 1em;

		 padding: 1em;

}

		 

#enquiry, {

	 margin-bottom: 1em;

	 padding: 1em;

}



#submit_enquiry { 

	margin-bottom: 1em;

	padding: 1em;

}




	


#contact_details input, #newsletterFields input  	{

			font-family:Arial, Helvetica, sans-serif;

			color:#666666;

			vertical-align: text-top;

			float: left;

			width: 244px;

			padding: 3px;

			margin-bottom: 15px;

			margin-left: 40px;

			border: none;

			background: #FCFCFA url(../images/form/input.gif) no-repeat;

}


legend 	{

	font-weight:bold; 

	color:#000000;

	padding-right: 7px;

	padding-left: 6px;
	
	padding-bottom: 5px;

}





.shortcheckbox {

			float: left !important;

			width: auto !important;

			margin-left: 20px !important;

			background: #ffffff !important;

			background-url: none !important;

			clear: both;

}



.shortradiobutton {

			float: left !important;

			width: auto !important;

			margin-left: 0px !important;

			background: #ffffff !important;

			background-url: none !important;

}



.checkboxGroup {

	float: left;

	width: 170px;

	margin-bottom: 1em;

}



#newsletterOptions hr {

	clear: both;

}



* html #contact_details input, * html #newsletterFields input 	{ 	/* for IE only */

				background-attachment: fixed;

}



/* IE5 Box model hack - Hide from IE5/Mac \*/

* html #contact_details input, * html #newsletterFields input { 

    width: 250px; 

    w\idth: 244px; 

}

/* End hide from IE5/Mac */



#enquiry textarea, #newsletterOptions textarea  	{

			font-family:Arial, Helvetica, sans-serif;

			color:#666666;

			float: left;

			height: 84px;

	 	 	width: 244px;

	 	 	padding: 3px;

	 	 	margin-bottom: 15px;

			margin-left: 40px;

	 	 	vertical-align: text-top;

	 	 	border: none;

	 	 	background: #FCFCFA url(../images/form/biginput.gif) no-repeat;

	 	 	font-size: 100%;

}

			

* html #enquiry textarea, * html #newsletterOptions textarea  	{ 	/* for IE only */

				background-attachment: fixed;

				}

				

/* IE5 Box model hack - Hide from IE5/Mac \*/

* html #enquiry textarea, * html #newsletterOptions textarea  { 

    width: 250px; 

    w\idth: 244px; 

}

/* End hide from IE5/Mac */


#send {

			float:left !important;

			width:68px !important; 

			height:29px !important;

			background: #FCFCFA !important;

			background-url: none !important;

}

#enquiry select, #newsletterFields select {

		font-family:Arial, Helvetica, sans-serif;

		color: #666666;

		width: 250px;

		vertical-align: text-top;

		float: left;

		margin-bottom: 15px;

		margin-left: 40px;

}


