@import url(formbitz.css);/* start guestbook table */table.guestbook {	border-style:solid;	border-width:1px;	border-color:#c2b191;	background-color:#ffffff;	width:450px;	}td.gbname {	width:25%;	padding: 3px;	border: 1px dotted #d3c7b1;	font-family:Arial, Helvetica, sans-serif;	color: #4a6a88;	font-weight: bold;	font-size:10px;	text-transform: uppercase;	}td.gbemail {	width:50%;	border: 1px dotted #d3c7b1;	padding: 3px;	} td.gbtxt {	width:100%;	border: 1px dotted #d3c7b1;	padding: 3px;	font-family:Arial, Helvetica, sans-serif;	color: #7f5d3a;	font-size:11px	}/*end guestbook table*/
