/* CSS Document */


#postMessage {
display:none;
}
#currentEntries {

}
.guestbook_header {
padding:3px;
border-bottom: 1px solid #CCC;
}
.guestbook_header_text, .guestbook_header_text a, .guestbook_header_text a:link, .guestbook_header_text a:active, .guestbook_header_text a:visited {
}
.guestbook_header_text a:hover {
color:#F00;
}
/* ENTRIES */
.guestbook_entry_message {
font-size: 13px;
}
.guestbook_entry_name {
font-size: 11px;
font-weight: normal;
color:#000;
margin-top:5px;
border-top: 1px dotted #CCC;
}
.guestbook_entry_time {
font-size: 11px;
color:#000;
}

/* FORMS */
.forms_textfield {
padding:2px;
}
.forms_button {
padding:2px;
color:#000;
}
.forms_table {
border: 1px solid #CCC;
border-top: none;
}
