body {
}

img {
    border: 0px;
}

td {
vertical-align: top;
padding: 0px;
margin: 0px;
width: 50%;
}

input[type="submit"], input[type="reset"] {
}


#guestbook {
    margin: auto;
    margin-top: 0px;
    width: 780px;
    height: 580px;
    background-repeat: no-repeat;
    background-position: center;
}

#gbcontent {
}

#messagebox {
    width: 332px;
    height: 547px;
    margin-top: 15px;
    margin-left: 42px;
    overflow: auto;
}

#controlbox {
    width: 334px;
    height: 548px;
    margin-top: 15px;
    margin-left: 15px;
}

#input {
    height: 328px;
    padding-top: 6px;
    padding-left: 19px;
    padding-right: 5px;
}

.inputline {
        margin: 0px;
        padding: 0px;
        height: 30px;
}

.inputcap {
        width: 80px;
}
.inputcap img {
}

.inputfield {
        width: auto;
}

.inputfield input {
//    border: 0px;
    width: 220px;
    height: 16px;
    margin-top: 7px;
    margin-bottom: 7px;
        border-top : solid Black;
        border-top-width : 1px;
        border-left : solid Black;
        border-left-width : 1px;
        border-right : solid Black;
        border-right-width : 1px;
        border-bottom : solid Black;
        border-bottom-width : 1px;
}

.inputarea {
    margin-top: 2px;
    margin-left: 0px;
//    border: 0px;
    width: 300px;
        border-top : solid Black;
        border-top-width : 1px;
        border-left : solid Black;
        border-left-width : 1px;
        border-right : solid Black;
        border-right-width : 1px;
        border-bottom : solid Black;
        border-bottom-width : 1px;
}

#smilesubmit {
    text-align: right;
}

#captcha {
    text-align: left;
}


#navigation {
    margin-top: 60px;
    padding-top: 30px;
    padding-left: 30px;
}
/* vim: set ts=4 sts=4 expandtab: */
