table.GuestbookEntry
{
    background-color:#E0E0E0;
    border-collapse :collapse;
    border-color    :#B0B0B0;
    border-style    :solid;
    border-width    :1px;
    font-size       :8pt;
    width           :700px;
}

table.GuestbookEntry td
{
    width           :auto;
}

table.GuestbookEntry th
{
    font-weight     :bold;
    text-align      :left;
    width           :75%;
}

table.GuestbookNew
{
    font-size       :8pt;
    width           :100%;
}

table.GuestbookNew input, table.GuestbookNew textarea
{
    border-color    :#000000;
    border-style    :solid;
    border-width    :1px;
    font-family     :Verdana, Arial;
    font-size       :8pt;
    margin          :0px;
    padding         :1px 2px;
    width           :600px;
}

table.GuestbookNew th
{
    padding         :3px 1px 1px 1px;
    text-align      :left;
    vertical-align  :top;
    width           :95px;
}
