/* CONTACT FORM 7
----------------------------------------------------------------------------------------------------*/
	.wpcf7 {  width:100%; float:left; }	
	.wpcf7 input[type="text"],.wpcf7 input[type="email"], .wpcf7 input[type="url"] { width:100%; float:left; }
	.wpcf7 textarea { padding:6px; width:100% !important; height:65px; margin:5px 0; float:left; }
	.wpcf7 .buttonHolder { width:100%; float:left; margin:5px 0; }
	.wpcf7 p { width: 100%; float:left; margin-bottom: 10px; }
	.wpcf7 input[type="submit"] { float:right; width: auto; padding:8px 16px; cursor: pointer; border: 1px solid #cdcbcb;  font-weight:bold; text-align: center; color: #444 !important; background-color: #e8e6e6;}
	 .wpcf7 input[type="submit"]:hover {border: 1px solid #49b3d1; font-weight:bold; text-align: center; color: #fff !important; background-color: #49b3d1;}
	.wpcf7 span.wpcf7-not-valid-tip { display: none !important; }
	.wpcf7-not-valid { border: 1px solid red !important; }
	.ajax-loader { display: none !important;}
	div.wpcf7 img.ajax-loader {display:none !important;}