  /*
  myPHP Guestbook
  Copyright (C) 2003 - 2006  Claudio Pose
  myPHP Guestbook is a open source project of Networkarea.ch

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
  */

body {
	background-color: #CCCC99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-image:url(/images/girdles_top4.jpg);
	background-repeat:repeat-y;
	background-position: 0px 112px;
	margin-left: 0px;
	margin-top: 0px;

}
.guestbook_table {
  font-family: Tahoma, Verdana, Helvetica;
  font-size: 11px;
  color: #000000;
  background-color: #808080;
}
.guestbook_table2 {
  font-family: Tahoma, Verdana, Helvetica;
  font-size: 11px;
  color: #000000;
}
a:link {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:active {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #808080;
  text-decoration: underline;
}
textarea {
  background-color: #f2f2f2;
  border: 1px solid #808080;
  color: #000000;
  font-size: 11px;
  font-family: Tahoma, Verdana, Helvetica;
}
input {
  background-color: #f2f2f2;
  border: 1px solid #808080;
  color: #000000;
  font-size: 11px;
  font-family: Tahoma,Verdana,Helvetica;
}
select {
  background-color: #f2f2f2;
  border: 1px solid #808080;
  color: #000000;
  font-size: 11px;
  font-family: Tahoma, Verdana, Helvetica;
}
.checkboxloeschen {
  background-color: #f2f2f2;
  border: 1px solid #808080;
}
#captcha {
  border: 1px solid #808080;
}
.tableinborder {
  background-color: #000000;
}

.tdinstall1 {
  background-color: #f2f2f2;
}

.tdinstall2 {
  background-color: #ffffff;
}

.tdinstall3 {
  background-color: #ffffff;
}
#tabletop{
}
#tabletop td{
	list-style-type: disc;
	list-style-position: outside;
	line-height: 9pt;
	background-image: url(/images/girdles_textbg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 150px;
	width: 180px;
}

#tabletop a:link{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #CCCCCC;
}
#tabletop a:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #999999;
}
#tabletop a:hover{ 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #FFFFFF;
}


