/* guestbookform.css                        */
/* Holds the style for the guest book form. */
/* 2005-11-22 Stork                         */
.guestbookform {
clear: both;
float: right;
width: 850px;
}
.guestbookforminner {
width: 800px;
float: left;
}
div.row {
clear: both;
clear: both;
}
.rowlabel {
float:left;
width:150px;
text-align:right;
}
.rowfield {
float:right;
width:640px;
text-align:left;
}
h2 {
font-size: 18px;
color: #7c8013;
margin: 5px 5px 5px 30px;
padding: none;
border: none;
font-weight: normal;
}
.instructions {
font-size: 10px;
}
.hemail
{
display: none;
}
