/*******************/
/*    Guestbook    */
/*******************/
div#guestbook {
	width: 653px;
}

div#guestbook div.entry {
        width: 653px;
        overflow: hidden;
        margin-bottom: 10px;
}

div#guestbook div.header-right {
        float: right;
        width: 170px;
        text-align: right;
        background-color: #ff9f39;
        font-style: italic;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
}

div#guestbook div.header-left {
        width: 473px;
        background-color: #ff9f39;
        float: right;
        margin: 0px;
        font-weight: bold;
        padding-left: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 0px;
}

div#guestbook div.message {
        background-color: #ffcb80;
        clear: both;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 5px;
        padding-right: 5px;
}

div#guestbook td {
        padding: 2px;
}

div#guestbook td.col1 {
        width: 80px;
        vertical-align: top;
}

div#guestbook input {
        width: 200px;
}

div#guestbook textarea {
        width: 500px;
        height: 70px;
}

div#guestbook div#placemessage {
        padding-left: 50px;
        background-color: #a1bff2;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 10px;
}

