/* Guestbook */

.guestbook-item {margin-bottom:20px;}
.guestbook .col_1 {width:134px; padding-right:15px; float:left; display:table; text-align:right}
.guestbook .nav-title {width:120px;}
.guestbook .col_2 {width:450px; display:table; }
.guestbook-date {margin-bottom:6px}
.guestbook-question {}
.guestbook-answer {background:#e2e0df; padding:3px 10px; margin-top:8px}

/* Feedback

.feedback {background:#e2e0df; padding:4px}
.feedback .td_name {text-align:left; width:120px; color:black; vertical-align:top; padding-top:5px}
.feedback .td_value input, .feedback .td_value textarea {border:1px solid black; width:320px}
.feedback .starrequired {color:red; display:none}
.feedback .td_inputsubmit {text-align:right}
.feedback .inputsubmit {border:1px solid black}   */

.feedback  {margin-bottom:10px}
.feedback .td_value input, .feedback .td_value textarea {border:1px solid #CCC; width:450px}
.feedback .td_inputsubmit {text-align:left; }
.feedback img {margin-bottom:-4px}
.feedback .inputsubmit {width:122px}
.feedback .starrequired {color:red; display:none}
.feedback textarea {height:36px; margin:6px 0 }
body .feedback .td_name {vertical-align:bottom; text-align:right; padding-right:13px}