#formThing { visibility:hidden; }

.guestBookCommentBox { width:600px; padding:10px; border: 1px solid #5e70a6; color:#004080; height:auto; clear:both; overflow:show;}
.guestBookName { float:left; width:65%; text-align:left;}
.guestBookDate { float:right; width:32%; text-align:right;}
.guestBookLocation { float:left; clear:both; }
.guestBookComment { float:left; clear:both; margin-top:15px;}
.required-field { font-size: 14px; color: #ff0000; }
.email-confirm { display: none; visibility: hidden; }
.contact-form-message.error { margin-bottom: 25px; width: 600px; color: #ff0000; background: #FEE none; border: 2px solid #ff0000; }
.contact-form-message.success { margin-bottom: 25px; width: 600px; color: #006400; background: #EFE none; border: 2px solid #006400; }


