

#guestbook {

}


#guestbook .message {
border-bottom:dotted 1px #cccccc;
padding:10px 0;
margin:10px 0;
width:500px;
overflow:auto;
}

#guestbook .message .left {
float:left;
clear:none;
width:150px;
}


#guestbook .message .right {
float:left;
clear:none;
width:348px;
}


#guestbook .field {
float:left;
padding:4px;
overflow:auto;
clear:both;
width:500px;
}

#guestbook .field label{
width:90px;
display:block;
float:left;
}
