body {
    background: #FFF;
    background: url(/common/body.gif);
    font-family: Verdana, serif, Courier;
    font-style: normal;
    font-size: small;
    color: #222;
}

#main {
    background:#FFF;
    width: 800px;
    min-height: 100%;
    text-align: left;
    padding: 5px;
    margin: auto;
    border:2px solid #EEE;
}

a {
    text-decoration: none; 
    font-weight: bold; 
    color: #099; 
}

a:hover {
    font-weight: bold; 
    text-decoration: underline; 
}

img {
    border: 1px solid #eeeeee;
    margin: 3px;
}

input,textarea,button,select {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    margin: 2px;
}

.guestbook-entry {
    
}

.guestbook-bigbox {
    width: 90%;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #eee;
}

.guestbook-box {
    width: 400px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    background: #eeffff;
    text-align: left;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #eee;
}