@charset "windows-1251";
#feedback .insert_box {
	margin: 20px -22px 0px -20px;
	width: 456px;
	font-style: normal;
}
#feedback .insert_box .content {
	font-style: normal;
	border: 0px solid red;
	zoom: 1;
}
#feedback .insert_box .content .label {
	padding: 0 0 6px 0;
	line-height: 16px;
	margin: 0 0 0 -2px;
}
#feedback .insert_box .content  .input {
	border: 1px solid #e1e1e1;
	margin: 0 0 8px -1px;
	position: relative;
}
#feedback  .clear_form {
	clear: both;
}

#feedback  .input.small  {
	width: 74px;
}

#feedback .label {
	font-size: 14px;
	padding: 12px 0 1px 0;
	clear: both;
}
#feedback .input {
	border: 1px solid #e1e1e1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8d8d8d;
	line-height: 18px;
	padding: 8px 0 8px 10px;
	width: 404px;
	_width: 402px;
	background-color: #FFF;
	margin-left:1px;
}
#feedback textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8d8d8d;
	line-height: 18px;
	padding: 8px 0 8px 10px;
	width: 404px;
	height: 150px;
	overflow: auto;
	background-image: url(../img/textarea.png);
	border: 1px solid #e1e1e1;
}
#feedback #button {
	margin: 21px 0 44px 0;
	color: #000;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 20px;
	//padding: 5px 10px;
	font-weight: normal;


}
#feedback .checkbox {
	float: left;
	margin: 0 20px 0 -2px;
	//margin: 0 20px 0 -2px;
	padding: 0;
	_display:inline;
}

#feedback  .checkbox input {
	margin: 0 5px 0 2px;
	//margin: 0 4px -2px 0px;
	position: relative;
	top: -1px;
	//left: -1px;
	padding: 0;
	width: auto;
	  
}
#feedback .checkbox label {
	cursor: pointer;
	//margin: 0px 0 0 0;
	_margin: 2px 0 0 0;
	//display: block;
}


#feedback .label span {
	color: #00c7de;
}
#feedback #form_res {
	color: #F00;
}
#feedback .options {
	clear: both;
	padding: 3px 0 0 0;

}
#feedback .options select {
	display: block;
	margin: 2px 0 0 0;
}


.label.green {
	color: #8cc80a;
}
.label.violet {
	color: #8b009a;
}
.hint_box {
	margin: 0;
	position: absolute;
	zoom: 1;
	width: 300px;
	padding: 0;
	left: auto;
	display: none;
	z-index:1;
}

.hint_box .topMid, .hint_box .topLeft, .hint_box .topRight, .hint_box .bottomLeft, .hint_box .bottomRight { _filter:expression(fixPNG(this));}

.hint_box .topMid {
	overflow:hidden;
	height:8px;
	background-color: #394959;
}
.hint_box .topLeft {
	overflow:hidden;
	width:8px;
	height:8px;
	float:left;
	display:inline;
	background: url(../img/hint_tl.png);
	margin-right:-3px;
}
.hint_box .topRight {
	overflow:hidden;
	width:8px;
	height:8px;
	float:right;
	display:inline;
	background: url(../img/hint_tr.png);
	margin-left:-3px;
}
.hint_box .content {
	background:#ccc;
	background-color: #394959;
	font-style: normal;
	padding: 0 16px;
	color: #b2d5cf;
	position: relative;
	zoom: 1;
	font-size: 12px;
}
.hint_box .content img {
	position: absolute;
	left: -24px;
	top: 11px;
}

.hint_box .midLeft {
	width:8px;
	height:100px;
	float:left;
	display:inline;
	margin-right:-3px;
	background-color: #F00;
}
.hint_box .midRight {
	width:8px;
	height:100px;
	float:right;
	display:inline;
	
	margin-left:-3px;
}
.hint_box .bottomMid {
	overflow:hidden;
	height:8px;
	background-color: #394959;
}
.hint_box .bottomLeft {
	overflow:hidden;
	width:8px;
	height:8px;
	float:left;
	display:inline;
	background:url(../img/hint_bl.png);
	margin-right:-3px;
}
.hint_box .bottomRight {
	overflow:hidden;
	width:8px;
	height:8px;
	float:right;
	display:inline;
	background:url(../img/hint_br.png);
	margin-left:-3px;
}
#feedback {



}
.error_info {
	color: #C00;
	font-style: italic;
	clear: both;
	padding: 2px 0 12px 0;
}

.insert_box .error_info {
	
	line-height: 12px;
	padding: 0 0 12px 0;
}
