.feedback
{
	box-sizing: border-box;
	padding: 10px 20px;
	font-family: verdana, tahoma, helvetica, sans-serif;
}

.feedback *
{
	font-size: 11px;
}

.feedback .header
{
	color: #03424A;
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #fff;
	height: 10px;
	min-width: 400px;
}

.feedback .info
{
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}

.feedback .error
{
	color: red;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.feedback .mark
{
	color: red;
}

.feedback_title
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

.feedback_close,
.feedback_title
{
	font-weight: bold;
	text-align: center;
	color: #333;
}

.feedback_close a
{
	color: #333;
	font-size: 12px;
}

.feedback_list
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #333;
}

.feedback_list_hidden
{
	display: none;
}

.feedback_list li
{
	margin-bottom: 5px;
	padding: 0;
}


.feedback_textarea
{
	width: 100%;
	height: 100px;
	box-sizing: border-box;
}

.captcha_img
{
	float: left
}

.captcha_code
{
	float: left;
	margin: 15px 0 0 5px
}

.captcha_code_input
{
	width: 40px;
}

.captcha_refresh
{
	font-size: 9px;
}

.div_clear
{
	clear: both;
}

.refresh_captcha
{
	color: #333;
	font-size: 9px;
}

.feedback_form
{
	font-size: 16px;
}

.rugion_modal .feedback_form
{
	max-width: 640px;
}

.feedback_form_description
{
	margin-bottom: 15px;
}

.feedback_field
{
	margin: 15px 0;
}

.feedback_field:first-child
{
	margin-top: 0;
}

input.feedback_input,
textarea.feedback_input
{
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border-radius: 0;
	border: 1px solid #cecece;
	padding: 5px 10px;
}

textarea.feedback_input
{
	resize: vertical;
}

.feedback_field_title
{
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

.feedback_field_hint
{
	font-size: 14px;
	color: #636363;
	margin-top: 5px;
}

.feedback_form .fileUpload
{
	display: block;
	box-sizing: border-box;
	padding-left: 25px;
	width: 100%;
}

.feedback_form .fileUploadRemove
{
	color: red;
	position: absolute;
	padding: 4px 6px;
	display: none;
	cursor: pointer;
}

.feedback_file_raw
{
	margin-top: 8px;
}

.feedback_file_raw:first-child
{
	margin-top: 0;
}

.feedback_form_footer
{
	margin-top: 15px;
	font-size: 12px;
}

.feedback_submit
{
	padding: 10px 30px;
	background: #006F98;
	color: #fff;
	border: none;
	font-weight: bold;
}

.redtext
{
	color: #ff0000;
}
