/*
Styles for Survey Wizard plugin
*/
textarea#moreinfo.survey{
	width: 400px;
	height: 150px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Montserrat,"Helvetica Neue",sans-serif;

	background-position: bottom right;
	background-repeat: no-repeat;
}
input[type="submit"]#finish{
	padding-top:10px;
	margin:20px 0 0 0px;
	background: #75AD81;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
		width: 280px !important;
		background: #75AD81;
		color: #FFFFFF;
    font-weight: bold;
		text-align: center;
}div.wpcf7-mail-sent-ok{	margin: 2em 0 1em !important;	 width: 280px !important;	}
div.wpcf7 .wpcf7-form-control { max-width: 100%; }
