/* BestAnswer Mod - CSS styles */

.post_best_answer { border: 5px solid #33cc33; border-radius: 0 0 7px 7px; }
ul.quickbuttons li.best_answer_button { background: url(../images/buttons/best_answer.png) no-repeat; }
ul.quickbuttons li.remove_best_answer_button { background: url(../images/buttons/best_answer.png) no-repeat 0 -20px; }
#best_answer_goto { border-radius: 7px 7px 7px 7px !important; margin-bottom: 3px; min-height: 20px; }
.is_best_answer { padding: 10px 0 6px; background: #33cc33; color: #fff; font-size: 14px; border-radius: 7px 7px 0 0; }
.is_best_answer a { font-weight: 800; color: #ffffff; }
.is_best_answer a:hover { color: #ffdd99; }
