/* Copyright @ Balbooa.com, http://www.gnu.org/licenses/gpl.html GNU/GPL */

#ba_status {color:green; font-weight: bold}
.clear{clear:both;}
#dynamic_recaptcha_1+#ba_status+#ba_submit,
#dynamic_recaptcha_1+#ba_status{margin-top: 9px;}
#ba_status .error,
#ba-message,#ba-email,#ba-name{color:red}
.pre_text,.below_text{margin: 9px 0;}

textarea,
input[type="text"] {
	border-radius: 0;
	box-shadow: none;
	height: 30px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

#message {
	min-height: 120px;
}

.ba-btn  {
	margin: 10px 0;
	border: none;
}

.ba-btn:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}


