/* @override http://localhost:8888/wordpress/wp-content/plugins/be_enquiry/css/publicenquiry.css?ver=6 */

div.enquiryformholder {
	float: right;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

textarea#enquiry {
	display: block;
	width: 380px;
	border: 1px solid #999;
	margin-bottom: 5px;
	padding: 5px;
}

textarea#enquiry.waiting {
	background: url(../images/loading.gif) no-repeat center center;
}

textarea#enquiry.ok {
	background: url(../images/ok.png) no-repeat center center;
}

#makeenquiry {
	display: block;
	width: 390px;
}



