/* Contact form */
	/* === form div link styles ======================================== */
	fieldset, legend { border: none; }
	#form-div {
		margin-left: 54px;
		font-size: 1.3em;
		line-height: 1.7em;
		color: #9CA248;
		width: 530px;
	}
	#form-div input, #form-div textarea { float: left; }
	
	#form-div input, #form-div select, #form-div textarea {
		background-color: #fff;
		border: 1px solid #9CA248;
		color: #9ca248;
		padding: 4px;
		margin-bottom: 8px;
		font-size: 1.4em;
	}
	#form-div input:focus,
	#form-div textarea:focus {
	    background-color: #BCE4EE;
	}
	#form-div input#submit, #form-div input#ajaxSearch_submit {
		border: 7px solid #C3C33D;
		background-color: #fff;
		color: #9CA248;
		padding: 5px 10px;
		margin-top: 14px;
		float: right;
		font-size: 1.3em;
		font-weight: bold;
	}
	#form-div input#submit:hover, #form-div input.button:focus, #form-div input#ajaxSearch_submit:hover { background-color: #BCE4EE; color: #fff; cursor: pointer; }
	#form-div input#submit:active, #form-div input#ajaxSearch_submit:active { border: 7px solid #BCE4EE; }
	
	div.form-row { width: 100%; clear: left; }
	div.form-row img {
		margin-left: 140px;
	}
	
	textarea#comments{ height: 90px; width: 320px; }
	label { color: #BCA744; display: block; width: 140px; float: left; clear: left; }
	span.req, span.req strong { color: red; }
	
	.errors {
		padding: 6px 10px 6px 40px;
		width: 80%;
		margin-bottom: 20px;
		background: #A8818A url(../assets/icon_elements/warning.png) 3% 50% no-repeat;
		font-size: 0.8em;
		margin-left: 0;
		color: #fff;
	}
	
	#contact-success { background-color: #BCE4EE; padding: 20px; margin: 30px 30px 80px 30px; }
	#contact-success p { font-size: 1.2em; line-height: 1.6em; margin: 1em 0; color: #666;}
	#contact-success h2 {
	color: #fff;
	font-weight: bold;
	font-size: 1.8em;
		border-bottom: 1px solid #BC8B97;
		padding: 0.5em 1em 0.3em 0;
	}
	
	/* For search styles */
	#ajaxSearch_form {
           color: #444;
           width: 430px;
       }
	.AS_ajax_resultExtract { 
		border-bottom: 1px solid #9CA248;
		padding-bottom: 10px;
		margin-bottom: 12px;
		
	}
	.AS_ajax_resultExtract p {
		font-size: 0.8em;
	}
	#searchClose { display: none; }
	#indicator { height: 20px; }
	.ajaxSearch_highlight.ajaxSearch_highlight1 { background: #BCE4EE; }
	.AS_ajax_resultDescription { display: block; clear: left; }
	.AS_ajax_resultLink:link, .AS_ajax_resultLink:visited, .AS_ajax_resultLink:hover, .AS_ajax_resultLink:active { text-decoration: underline; }