td.gbtitle
{
   background: #009932;
   font-weight: bold;
   color: yellow;
   font-size: 1.5em;
}

td.gblightline
{
   background: #739431;
}

td.gbdarkline
{
   background: #078D08;
}

span.gbdatetime
{
   font-size: 0.8em;
  color: #8CFF0C;
}

div.gbname
{
   font-weight: bold;
   font-size: 1.5em;
   overflow: hidden;
   width: 100%;
   color:#8CFF0C;
}

span.gbmessage
{
   font-weight: normal;
   color: yellow;
   font-size: 1.0em;
}

input.gbcaptcha
{
   font-weight: normal;
   color: yellow;
   background: white;
}

input.gbtextbox
{
   font-weight: normal;
   color: yellow;
   background: green;
}

textarea.gbmsgbox
{
   font-weight: normal;
   color: yellow;
   background: green;
   overflow: auto;
}

