/* CSS Document of ETKI Guest Book */
#gb { font-size: 9px; font-family: Verdana; color: #000; padding: 0px; margin: 0px; border: none; width: 100%; }
#gb div.gb_comment { overflow: auto; width: 300px; }
#gb div.gb_comment p { text-align: left; }
#gb p.gb_comment_writer { text-align: right; }
#gb p.gb_comment_date { text-align: right; }

#gb p.gb_reply_header { text-align: center; font-weight: bold; }
#gb p.gb_reply_normal { padding-left: 50px; text-align: left; }
#gb p.gb_reply_date { text-align: right; }

#gb img.gb_seperator { color: #000; width: 100%; height: 1px; }

#gb p.success { color: #09f; font-style: italic; }
#gb p.error { color: #f30; font-weight: bold; }

#gb td.gb_nav { text-align: center; }
#gb td.gb_nav a { text-align: center; text-decoration: none; color: #fff; font-size: 11px; }
#gb td.gb_nav a.gb_nav_cur { font-weight: bold; }

#frm_gb { text-align: left; }

table#gb_form { width: 300px; border: none; padding: 0px; margin: 2px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; }
table#gb_form th { text-align: left; }
table#gb_form a { text-decoration: none; }

table#gb_form a textarea { background-color: #F4F4EC; border: 1px solid #96C82C; font-size: 9px; font-family: Verdana; }
table#gb_form a input { background-color: #F4F4EC; border: 1px solid #96C82C; font-size: 9px; font-family: Verdana; }
table#gb_form a select { background-color: #F4F4EC; border: 1px solid #96C82C; font-size: 9px; font-family: Verdana; }
table#gb_form a span#charCount { font-style: italic; color: #555; cursor: text; text-decoration: none; margin: 0px 5px 0px 0px; }

table#gb_form a:hover textarea { background-color: #fff; border: 1px solid #587027; }
table#gb_form a:hover input { background-color: #fff; border: 1px solid #587027; }
table#gb_form a:hover select { background-color: #fff; border: 1px solid #587027; }
table#gb_form a:hover span#charCount { color: #000; }
