/* Обратная связь */
.feedbackfade{background-color:#333;position:absolute;}
div.feedback{ background-color:#FFF; border:1px solid #D48A52; width: 570px; font-family:Tahoma,Arial;font-size:11px;/*padding:7px;*/position:absolute;text-align:left;}
/* Блок с кнопками */
div.feedback .feedbackbuttons{padding: 0 10px 7px 0;text-align:right; right:0; background-color: #FFF;}
/* Верхний блок с ссылкой "Закрыть Х" */
div.feedback .feedbackclose a{ display: none; }
/*div.feedback .feedbackclose a{color:#AAA;cursor:pointer;font-size:14px;font-weight:700;position:absolute;right:5px;top:4px;}*/
/*div.feedback .feedbackclose a:hover{text-decoration:underline; color: #FFF;}*/
/* Контейнер содержимого */
div.feedback .feedbackcontainer{font-weight:700;}
div.feedback .feedbackmessage{ color:#444;	width: 570px;	background-color: #fff;}
div.feedback button{ background-color:#EEEEEE; border:1px solid #666666; float:right; height:22px; margin:10px 0 10px 20px;}
div.feedback button.feedbackdefaultbutton,.feedbackwarning .feedback .feedbackbuttons{ background-color:#BF5E26;}
div.feedback button:hover{}
div.feedback button.feedbackdefaultbutton{margin-right:10px;background-color:#FF6F20;background-image:url(/images/design/bg_menu2.gif);	color:#fff;	font-weight: 700;}
div.feedback .feedbackbuttons{height:35px;}
/* Заголовок формы */
div.feedbackcontainer .head { width:550px; height:20px;	background-image:url(/images/design/bg_menu2.gif); background-repeat: repeat-x;	background-color:#FE6F20; border-bottom:1px solid #FEA345; padding: 5px 0 0 20px; font-size: 12px; font-weight: bold; color: #fff;}
div.feedbackcontainer .head span {	padding-top: 2px;}
/* Тело формы */
div.feedbackcontainer .body { width: 530px; padding: 20px 20px 0 20px; font-size: 13px;}
div.feedbackcontainer .fio{	float:left;	padding: 3px 0 0 0;	text-align: right;}
div.feedbackcontainer .edit_fio{ border: 1px solid #999;float:right;width: 340px;margin: 0 0 10px 10px;}
div.feedbackcontainer .edit_questions{ border: 1px solid #999;float:right;width: 340px; margin: 0 0 10px 10px; overflow: auto;}
div.feedbackcontainer input.error, div.feedbackcontainer textarea.error { border: 1px solid red; }

