/* CSS Document */

/* Chronoforms */
.ccms_form_element label { text-align:right; width: 40%!important; padding-right:10px; }
#chrono_verification1_container_div { text-align:center!important; }


/*.cfdiv_select select,*/
.cfdiv_text input { float: left; background: #D2D3C5; width:65%!important; }
.cfdiv_text input.chrono_captcha_input { width:30%!important; }
.cfdiv_text label { width:28%!important; text-align:left!important; font-weight:normal!important; font-size:1em!important; }
textarea { width:95%; background: #D2D3C5; }
.ccms_form_element { margin: 0 0 10px 0!important; }

.bt_submit { background:#54671E!important; border: 0 none #54671E!important; color:#fff!important;  }


/* #Media Queries

================================================== */


	/* Smaller than standard 960 (devices and browsers) */

	@media only screen and (max-width: 959px) {


	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */

	@media only screen and (min-width: 768px) and (max-width: 959px) {


	}

	/* All Mobile Sizes (devices and browser) */

	@media only screen and (max-width: 767px) {


	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

	@media only screen and (min-width: 480px) and (max-width: 767px) {
	

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

	@media only screen and (max-width: 479px) {
	


	}