#feedback-form fieldset {
	border: 0;
	padding: 5px;
	margin: 0 0 5px 0;
}

#feedback-form fieldset.required {
	background: #E6EEF6;
}

#feedback-form textarea {
	width: 530px;
}

#feedback-form input {
	margin-right: 50px;
}

#feedback-form input, #feedback-form textarea {
	border: 1px solid #B7D9ED;
	border-top: 1px solid #3D7BAD;
}

#feedback-form #f_name {
	width: 140px;
}

#feedback-form #f_phone {
	width: 103px;
}

#feedback-form #f_email {
	width: 140px;
}

#feedback-form .submit {
	background: #FFFBD1;
	border-top: 1px solid #FFFBA3;
}

#feedback-form .submit input {
	background: #848E9E;
	color: #fff;
	font-weight: bold;
	border: 1px solid #555A68;
	border-top: 1px solid #B5BABF;
}
