@import url('common.css');
@import url('forms.css');

div.guestbook_item {
clear: both;
float: left;
width: 90%;
padding: 14px;
margin: 0;
line-height: 130%;
border-bottom: 1px dashed #333;
}

div.guestbook_form {
clear: both;
float: left;
width: 90%;
padding: 14px;
margin: 0;
line-height: 130%;
}

p.comment {
}

p.details
{
/*font-weight: bold;*/
text-transform: uppercase;
padding-bottom: 12px;
}

div.guestbook_item h3 {
padding-bottom: 4px;
}