/**
* @version		1.0
* @package		Elxis CMS
* @subpackage	Templates / Pearl
* @license		Elxis Public License ( http://www.elxis.org/elxis-public-license.html )
* @description 	CSS stylesheet for template Pearl
************************************************************************************************/

label,a, body {
	//font-family : Arial, Helvetica, sans-serif;
	//font-size : 12px; 
}
.err {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color: red;
}
#contact_form .has-error .control-label,
#contact_form .has-error .help-block,
#contact_form .has-error .form-control-feedback {
    color: #f39c12;
}

#contact_form .has-success .control-label,
#contact_form .has-success .help-block,
#contact_form .has-success .form-control-feedback {
    color: #18bc9c;
}
.quickcontact_invisible{
	display: none;
}
input[type="text"], textarea {

  background-color : #d1d1d1; 

}
.qc_respwarn { color:#cc0000; }
.qc_respwarngreensend { padding: 18px; background: url(../../images/contact/ajax-loader.gif) no-repeat 0 50%; color: green; }
.qc_respwarngreen { color: green;}
