/**
* DEFAULT STYLES
*/

#feedback-form form  {
	position: relative;
}

#feedback-form input[type=text],
#feedback-form textarea, 
#feedback-form select {
	padding: 10px;
	border-radius: 4px;
	border: solid 1px #ccc;
	width: 100%;
}

#feedback-form textarea {
	min-height: 150px;
}

#feedback-form .error {
	color: red;
}

#feedback-form .error input[type=text], 
#feedback-form .error textarea, 
#feedback-form .error select {
	border: solid 1px red;
}

#feedback-form label {
	display: block;
	margin: 10px 0px 5px 0px;
}

#feedback-form .submit.btn {
	/* margin-top: 30px; */
}

body#page-CONTACT #feedback-form input,
body#page-CONTACT #feedback-form textarea {
    margin-bottom: 20px;
}

body#page-CONTACT #feedback-form textarea {
    height: 226px;
}

body#page-CONTACT #feedback-form .col-xs-12.col-md-4.field {
    height: 63px;
}