.gb_container {
    width: 790px;
    margin: 0px;
    padding: 0px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: black;
}

.gb_container a {
    color: rgb(164, 0, 0);
    text-decoration: none;
}

.gb_container a:hover {
    text-decoration: underline;
}

.form_button {
    border: 1px solid black;
    background-color: #f8f8f8;
    color: black;
}

.form_button:hover {
    cursor: pointer;
    background-color: #ffff00;
}

#guestbook {
    width: 500px;
    float: right;
}

.gb_form {
    font-family: Arial, sans-serif;
    width: 250px;
    display: block;
    float: left;
    position: fixed;
}

.gb_form .title {
    padding-bottom: 14px;
}

.gb_form .row {
    clear: right;
    height: 30px;
    line-height: 20px;
    width: 250px;
}

.gb_form .input {
    float: right;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    width: 200px;
}

.gb_form .textarea {
    font-size: 12px;
    line-height: 16px;
    height: 64px;
    width: 250px;
}

.gb_form .bottomline {
    margin-bottom: 10px;
    text-align: right;
}

.gb_form .action {
    clear:right;
    padding-top:10px;
}

.gb_form .nospam .input
{
    width:55px;
}

#preview {
    margin-bottom: 30px;
}

#preview h3 {
    color: rgb(164, 0, 0);
    padding: 0;
    margin-top: 0;
}

#preview .gb_entry {
    margin-bottom: 5px;
}

#preview .hint {
    font-style: italic;
    font-weight: bold;
    color: #666666;
    text-align: right;
}

.gb_entry {
    margin-bottom: 30px;
}

.gb_entry .right {
    float: right;
}

.gb_entry .title {
    border-bottom: 2px solid rgb(164, 0, 0);
}

.gb_entry .content {
    margin-top: 10px;
}