
	
/* Contact Table Styles
--------------------------------------------------------------- */

div#form {
	padding: 10px;
	background:#effafe;
	float:left;
	border:1px solid #c6bca1;
	margin:10px 0px;
	width:315px;
	display:inline;
}

	div#form form.formular {
		width: 100%;
	}

		div#form form.formular fieldset {
			margin: 0px 0px 5px 0px;
			padding: 0px 15px 10px 5px;
			border: none;
		}

		div#form form.formular fieldset.botBuster, #callback-form fieldset.botBuster{
			display: none;
		}

			div#form form.formular legend {
				font-size: 2.0em;
				color: #333;
				font-weight: bold;
				padding: 0px 5px 0px 5px;
			}
				div#form form.formular legend span{
					font-size: 9px;
					display:block;
				}

			div#form form.formular input, div#form form.formular select, div#form form.formular textarea {
				margin-bottom: 0px;
				
			}
			
			div#form form.formular label {
				display: block;
				padding: 5px 0px;
			}
			
				div#form form.formular label span {
					width: 110px;
					float: left;
					padding: 10px 0px 0px 0px;
				}
			
				div#form form.formular fieldset.ourServices label {
					padding: 4px 0px 4px 30px;
					font-size:1.2em;
				}

		div#form form.formular .text-input, div#form form.formular .dropdown, div#form form.formular #textarea, #testinput_xml {
			width: 260px;
			color: #333;
			padding: 7px;
			padding-left:35px;
			border:1px solid #4e402e;			
			margin-top: 4px;
			background: #FFF;
		}
			#testinput_xml{
				width:230px;
				background:url(../../images/misc/form-car.png) left  no-repeat #fff;
			}
			div#form form.formular  .enquiry {
				padding-left:5px !important;
				width:290px;
			}
			div#form form.formular .name{
				background:url(../../images/misc/form-name.png) left  no-repeat #fff;
			}	
			div#form form.formular .number{
				background:url(../../images/misc/form-phone.png) left  no-repeat #fff;
			}
			div#form form.formular .email{
				background:url(../../images/misc/form-email.png) left  no-repeat #fff;
			}


			div#form form.formular .submit {
				background: #196ea7;
				color: #FFFFFF;
				font-weight: bold;
				font-size: 1.2em;
				border: none;
				height:45px;
				padding: 2px 8px;
				text-decoration: none;
				cursor: pointer;
				margin-left:10px;
			}

#form #errors {
	font-size:1.1em;
	
	font-weight: bold;
}

	#form #errors li {
	color:red;
		padding: 5px 0px 5px 30px;
	}
	
	#form .required {
		color: #ff0000;
		font-style: italic;
	}
	
	
	
/* Contact Page Styling
--------------------------------------------------------------- */




#contactFormRight, #contactForm-bottom		{
	background:#fefcf6;
	border:1px solid #e6e1d4;
	width:430px;
	float:left;
	margin:10px 0px 10px 20px;
	padding:10px;
}
	#contactFormRight #contact-details-left{
		float:left;
		width:180px;
		
	}
	#contactFormRight #contact-details-right{
		float:left;
		width:210px;
		border-left:1px solid #d4cbb4;
		padding-left:10px;
	}
		#contactFormRight #contact-details-left h2, #contactFormRight #contact-details-right h2, #contactForm-bottom h2{
			background:#f3eee1;
			border:#c6bca1 1px solid ;
			padding:7px 10px;
			display:block;
			text-align:center;
			width:80%;
		}	
	#contactFormRight .address,#contactFormRight .phone,#contactFormRight .email,#contactFormRight .info{
		
		padding:5px 0px 5px 15px;
	}
		#contactFormRight .address{
			background: url(../../images/misc/form-address.gif) 0px 10px no-repeat;
		}	
		#contactFormRight .phone{
			background: url(../../images/misc/contact-phone.gif) no-repeat;
		}
		#contactFormRight .email{
			background: url(../../images/misc/contact-email.gif) no-repeat;
		}	
		#contactFormRight .info{
			background: url(../../images/misc/contact-info.gif) no-repeat;
		}	
				
		#contactForm-bottom h2{
			width:360px;
			font-size:2.0em;
		}
		#contactForm-bottom li{
			list-style:none;
			background: url(../../images/misc/contact-tick.gif) left no-repeat;
			padding:10px 0px 10px 70px !important;
			display:block;
			float:left;
			width:320px;
		}
		
		
		
		
/*-----------------------------------*/

#callback-form{
	background:#eee;
	text-align:center;
	margin:4px 5px 0px 0px;
	border:1px solid #ccc;
}
	#callback-form h2{
		padding:10px 0px;
	}
	#callback-form fieldset{
		border:none;
	}
	#callback-form fieldset input{
		padding:5px;
		margin:2px 0px;
		width:80%;
	}
	#callback-form .submit{
		margin:10px 0px;
	}
	