/* Ссылка */
#mod_feedback_link{font-size:15px;font-style:italic;line-height:1;text-decoration:none;color:#fff;text-shadow:1px 1px 0 #000;display:block;position:fixed;right:5px;bottom:3px;background:#c00;padding:10px;border:1px solid #7d7d7d;box-shadow:inset 0 0 5px #404040, 0 0 6px #2d2d2d;border-radius:4px;text-align:center;z-index:100;letter-spacing:1px}
#mod_feedback_link:hover{background:#b00}

/* Собственно форма */
#mod_feedback_form{padding:25px 25px 0;width:360px}
#mod_feedback_form .feedback_form_field{margin-bottom:15px}
#mod_feedback_form .required{resize:none;position:relative;border:1px solid #ddd;padding:5px;width:348px}
#mod_feedback_form textarea{height:120px}
#mod_feedback_form .feedback_form_button{margin-top:25px}
#mod_feedback_form .feedback_form_button input{display:inline;color:#000;text-shadow:1px 1px 0 #fff;background:#ddd;padding:5px 15px;cursor:pointer}
#mod_feedback_form .feedback_form_button input:hover{background:#ddddbe}
#mod_feedback_form .feedback_form_button input:active{background:#b9ddb7}

/* Информационные сообщения */
#feedback_captcha_error,#feedback_email_error{font-size:18px;font-weight:700;color:red;margin-bottom:20px}
#feedback_sys_info{margin:25px 25px 0;font-size:18px;font-weight:700;text-align:center}
#mod_feedback_form #feedback_sys_info{margin:0}