/**
* DEFAULT STYLES
*/

#feedback-form form  {
	position: relative;
}

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

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

#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: inline-block;
	margin: 0px 0px 5px 0px;
}

#feedback-form .submit.btn {
	float: right;
}

input[type="file"] {
    display: block;
    float: left;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#feedback-form .file-inputs label {
    display: inline-block;
    margin-right: 10px;
    padding: 4px 16px;
    border-radius: 5px;
    background: #e4e4e4;
    cursor: pointer;
}

div#feedback-form {
    width: 900px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}

.main.easy-with-us p {
    font-size: 17px;
}