@charset "utf-8";
/* CSS Document */

#feedback_answer_form { display:none; }
.email { background: url(/img/icons/email.png) no-repeat left center; padding:1px; padding-left: 20px; height:18px; cursor:pointer; }

.fb_form fieldset {border:none;}
.fb_form textarea {width:100%; height:100px;}

#feedbacks_list { list-style:none; width:100%; padding:0; }
#feedbacks_list li { padding:10px; }
.fbhover { background-color: #BBD9EE; }

.feedback_fieldset { }
.feedback_fieldset label { text-align:right; padding-right:5px; }

.fb_form fieldset { border:none; }
fieldset ul {list-style:none; padding:0;}
fieldset li {clear:both; padding:1px;}
fieldset label {float:left; width:200px;}
fieldset input,textarea {float:right; width:400px;}