/*ENQUIRY FORM*/
	#enquiry {
			margin:0; /**removes margins around forms*/
			padding:0 10px 0 0;
			font-size:1em;
			/*
			background-image:url(/content/image/misteraugentius.jpg);
			background-position:top right;
			background-position: 80% 20px;
			background-repeat:no-repeat;
			*/
		}				
			#enquiry form{
				margin:0; /**removes margins around forms*/
				padding:0px;
				width:100%;
			}
			#enquiry fieldset{
				margin:10px 0px 0px 0px; /**removes margins around forms*/
				padding:0px;
				border:none;
			}
			#enquiry h2{
				font-size:1.2em;
				padding:0;
			}
			#enquiry em{
				color:#CC0000;
				font-size:1em;
				padding:0 0 0 2px;
			}

#enquiry label{
	position : relative; 
	width : 25em; 
	display : block; 
	margin : 0.5em 0em 0.5em 0; 
	float:left;
}
#enquiry label.chkbox{
	position : relative; 
	width : 25em; 
	display : block; 
	margin : 0.5em 0em 0.5em 0; 
}
#enquiry .chk_table{
	width:90%;
	padding:10px 4px 4px 4px;
	border:0;
	margin:10px 0 10px 0;
}
#enquiry .chk_table td{
	vertical-align:top;
	text-align:left;
}
#enquiry .left{
	width:49%;
}
#enquiry .right{
	width:49%;
	padding:85px 0 0 10px;
}
#enquiry .footer{
	margin-top:20px;
	text-align:center;
}

/* GENERIC FORM STYLES */
	/* ------------------- */

			#enquiry .text{ 
				width:250px;
				margin:0.3em 0 0.3em 0;
				padding:0.2em;
				border:1px solid #CCCCCC;
				font-size:1em;
				font-weight:normal;
				float:left;
			}
			#enquiry .select{ 
				width:250px;
				margin:0.3em 0 0.3em 0;
				padding:0.2em;
				border:1px solid #CCCCCC;
				font-size:1em;
				font-weight:normal;
				float:left;
			}	
			#enquiry .checkbox{ 
				margin:0.5em 0.5em 0.3em 0;
				padding:0.2em;
				float:left;
			}			 	
			#enquiry textarea{ 
				font-family: verdana, Arial, tahoma, sans-serif;
				font-size: 62.5%;
				width:250px;
				height:100px;
				margin:0.3em 0 0.3em 0;
				font-size:1em;
				font-weight:normal;
				border:1px solid #CCCCCC;
				padding:0.2em;
				float:left;
			}


#enquiry #button{
	margin: 20px 0 20px 0;
	display: block;
	padding:7px;
	color: #fff;
	background-color:#006EB4;
}

/* JAVASCRIPT ERRORS */
p.error{
	border:1px dotted #CC0000;	
	font-weight:normal;
}
p.notice{
	border:1px dotted #006EB4;	
	font-weight:normal;
}
#enquiry input.error{
	border:1px dotted #CC0000;	
	font-weight:normal;
}
	#enquiry textarea.error{
		border:1px dotted #CC0000;
	}
	#enquiry select.error{
		border:1px dotted #CC0000;
	}
	#enquiry label.error{
		color:#CC0000;
		float:left;		
		position : relative; 
		width : 40em; 
		display : block; 
		margin : .8em 0em; 
		margin-bottom:1.2em;
		font-size:11px;
		clear:both;
	}