div.contact_form
		{
	margin-top: 20px; 
	margin-bottom: 20px;
	padding: 10px 20px 10px 20px;
	width: 840px; 
	height: 190px; 
	display: block; 
	float: left; 
	background-image: url('../images/main/contact_form_background.jpg');
	background-repeat: no-repeat;
	text-align: left;
	color: #333333;
	position: relative;			
}

div.contact_form h1
{
	margin-top: 0px;
	font-size: 18pt;
	width: 100%;
}

div.contact_form div.captcha
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 880px;
	height: 210px;			
	background-color: black;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
}

div.contact_form  div.inner_holder
{
	width: 800px;
	height: 150px;
	background-color: white;
	position: absolute;
	top: 30px;
	left: 40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}		

div.contact_form div.inner_holder div.left_column 
{
	width: 470px;
	display: block;
	float: left;
}
		
div.contact_form div.inner_holder div.right_column
{
	width: 320px;
	display: block;
	float: right;
	text-align: right;
}

div.contact_form div.inner_holder p
{
	margin: 0px 8px 0px 8px;
	font-size: 9pt;
}

div.contact_form div.inner_holder div.left_column p.warning
{
	color: red;
	font-weight: bold;
	font-size: 7pt;
	margin-top: 7px;
}

div.contact_form div.inner_holder div.right_column div.captcha_holder
{
	width: 310px;
	margin: 10px 20px 10px 0px;
	height: 80px;
	display: block;
	float: left;
	
}

div.contact_form div.inner_holder div.right_column div.captcha_holder a, 
div.contact_form div.inner_holder div.right_column  div.captcha_holder img
{
	text-decoration: none;
	border: 0px solid white;
}

div.contact_form div.inner_holder h1
{
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 8px;
	font-size: 17pt;
}

div.contact_form_column_one
{
	width: 330px;
	height: 115px;        
	margin-right: 8px;
	display: block; 
	float: left;
}

div.contact_form_column_two
{
	width: 360px;
	height: 115px;        
	margin-right: 7px;
	display: block; 
	float: left;
	font-size: 8px;
}

div.contact_form_column_three
{
	width: 120px;
	padding-top: 55px;
	height: 80px;
	display: block; 
	float: left;
}

div.contact_form_column_three button
{
	margin-top: 10px;
}

div.contact_form_column_one ul
{
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}

div.contact_form_column_one ul li
{
	margin-bottom: 1px;
	clear: both;
}

div.contact_form_column_one ul li span
{
	font-size: 8px;
	height: 10px;
	width: 100%;
	display: block;
	float: left;
	color: red;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	visibility: hidden;
}

div.contact_form_column_one ul input
{
	width: 178px;
	height: 16px;
	border: 1px solid black;
}

div.contact_form_column_one ul label
{
	width: 145px;
	display: block; 
	float: left;
	height: 18px;		
}

div.contact_form_column_two textarea
{
	width: 348px;
	height: 78px;
	border: 1px solid black;
	margin-bottom: 5px;
}

div.contact_form_column_two label
{
	width: 175px;
	display: block; 
	float: left;
	height: 18px;
	font-size: 12px;
	font-weight: bold;		
}

div.contact_form_column_two span
{
	color: red;
	font-weight: bold;
	width: 100%;
	display: block;
	float: left;
}

div.contact_form_column_two span#enquiry_error
{
	margin-bottom: 5px;
}

div.contact_form_column_three button, div.right_column button
{
	background-image: url('/images/main/submit_bg.jpg');
	background-repeat: none;
	width: 140px;
	height: 30px;
	border: 0px solid white;
}

div.contact_form_column_three button:hover, div.contact_form_column_three button:focus, 
div.right_column button:hover, div.right_column button:focus
{
	background-image: url('/images/main/submit_ro.jpg');
}

div.right_column button
{
	margin-right: 10px;
	float: right;
	display: block;
}

div.right_column input#code
{
		float: left;
		display: block;
		height: 22px;
		width: 144px;
		padding-top: 5px;
		padding-left: 6px;
		padding-right: 6px;
		border: 1px solid black;
		font-weight: bold;
		font-size: 11pt;
		color: #999999;
}

div.captcha img
{
	float: right;
	margin-top: -8px;
	margin-right: -8px;
}

div.contact_form img.ab_floater
{
	position: absolute;
	top: -30px;
	right: -30px;
}