
			
			#contact_text {
			float:left;
			width:290px;
			
			
			}
			
			#contact_form {
			width:370px !important;
			height:auto !imporant;
			background-color:#FFFFFF !important;
			padding:0px 0px 0px 0px !important;
			float:right;
			margin-top:30px !important;
			
			}
			
			#contact_form label {
			width:100px;
			float:left;
			padding:0; 
			
			height:auto;
			
			}
			
			#contact_form input, textarea {
			width:250px !important;
			float:right;
			text-align:left;
			
			}
			
			#contact_form textarea {
			height:100px;
			border:1px solid #666;
			background-color:#F5F8F5;
			font-family:inherit;
			font-size:1.2em;
			margin-right:5px;
			
			}
			
			#contact_form #send_enquiry {
			width:auto !important;
			margin:10px 5px 0px 0px;
			}
			
			#contact_form span {
			clear:both;
			display:block;
			height:30px;
			margin-bottom:10px;
			padding:0px;
			text-align:left;
			}
			
		
			
			#error_text {
			padding:0px !important;
			padding-top:20px;
			color:#EC5E53;
			margin-top:10px !important;
			display:none;
			width:250px !important;
			float:left;
			}
			
			