#guestbookAdd { padding:15px; width:180px; margin:10px auto 25px auto; background: #333333; background: -moz-linear-gradient(top, #333333 0%, #252525 100%); background: -webkit-linear-gradient(top, #333333 0%,#252525 100%); background: -o-linear-gradient(top, #333333 0%,#252525 100%); background: -ms-linear-gradient(top, #333333 0%,#252525 100%); background: linear-gradient(top, #333333 0%,#252525 100%); border-radius:5px; border:1px solid #555; box-shadow:5px 5px 5px rgba(0, 0, 0, 0.25); color:#aaa; } #guestbookAdd h4 { margin:0; cursor:pointer; border-bottom-width:1px; border-bottom-style:dotted; text-align:center; } #guestbookAdd h4:hover { color:#fff; } #guestbookAdd table { width:100%; text-align:left; } #addComment { margin-top:5px; } p.comment_count { text-align:center; font-style:italic; font-weight:bold; font-size:1.1em; } #guestbookAdd p, .commentElement p { text-align:left; margin-bottom:0.5em; margin-top:0.5em; } .commentElement { padding:0; list-style:none; } .commentElement .description { padding:7px !important; } .commentElement .commentHeader { background:#444; margin:-7px; margin-bottom:0; padding:3px; color:#ddd; border-radius:5px 5px 0 0; } .commentElement .commentHeader a { color:#FFE093; }