#detail1 {
	padding: 15px;
	border: 1px outset darkkhaki;   
	margin:0px;

}

#guestbook {
    background-image:url(../images/guestbook.gif);
    background-repeat:no-repeat;
    padding:0px;
}


#guestbook table{
	background: transparent;
}
#guestbook input,#guestbook textarea{
	border: 1px dashed darkkhaki;
}
td.gbtitle
{
   background: transparent;
   font-weight: normal;
   color: black;
   font-size: 1.0em;
   border: 1px outset darkkhaki;   
   padding:5px;	
}
td.gblightline
{
   background: transparent;
   border: 1px dashed darkkhaki;   
   padding:3px;
   
}
td.gbdarkline
{
   background: transparent;
   border: 1px dashed darkkhaki;   
   padding:3px;	
   
}
span.gbdatetime
{
   font-size: 0.8em;
}
div.gbname
{
   font-weight: bold;
   font-size: 1.0em;
   overflow: hidden;
   width: 100%;
}
span.gbmessage
{
   font-weight: normal;
   font-size: 1.0em;
}
input.gbcaptcha
{
   font-weight: normal;
   color: black;
   background: white;
}
input.gbtextbox
{
   font-weight: normal;
   color: black;
   background: transparent;
}
textarea.gbmsgbox
{
   font-weight: normal;
   color: black;
   background: transparent;
   overflow: hidden;
}
