


/* Start:/bitrix/templates/evakuator/components/bitrix/main.feedback/feedback/style.css*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message, div.mf-button {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:80%;}
div.mf-button input {width: 84%;}
div.mf-message textarea {width: 80%;height: 150px;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

.feedbackForm .field {
	border-radius: 3px;
	padding: 3px 10px;
	background-color: #eceef5;
	margin: 2px 0 5px;
	border: none;
}

.feedbackForm .field[type=submit] {
	cursor:pointer;
	height:35px;
	font-size:16px;
}
/* End */
