.guestbook{
	width: 100%;
	clear:both;
}
.guestbook .message{
	text-align:center;
	color: #300;
	font-size:0.9em;
	background-color: #ffe5e5;
	padding: 20px;
	margin-top:10px;
}
.guestbook .entry .head{
	font-size: 0.9em;
}
.person span{
	font-weight: bold;
	color:#000;
}
.guestbook .entry{
	border-bottom:2px groove #003;
	padding:8px;
}
.guestbook .entry .person{
	font-size: 1em;
	color:#00a;
}
.guestbook .entry .date{
	color:#f00;
}
.guestbook .entry .body{
	font-size: 1em;
}
.guestbook .entry .body span{
	font-weight:bold;
}
.guestbook .entry .comment{
	font-size: 1em;
}
.guestbook .entry .comment span{
	font-weight: bold;
}
.guestbook .even{
	background-color: #ffd;
}
.guestbook .odd{
	background-color: #ffc;
}
.guestbook ol{
	list-style-type: none;
	padding: 0;
}
.guestbook li{
	padding: 0.5em;
}
#headAdv{
	background-color:#FFFFCC;
	padding:0.2em;
	text-align:center;
	font-size:0.85em;
}
#headAdv .big{
	font-size:1.45em;
}
#headAdv .text span{
	color:#f00;
}
.standarts{
	width=100%;
}
.standarts .group{
	background-color: #26447E;
	color: #ff0;
	padding: 5px;
	text-align: center;
}
.standarts .grid thead{
	background-color:#5B7AB7;
	color:#fff;
}
h2.head{
	background-color: #ffc;
	padding:10px;
	text-align: center;
}
.guestbook form{
	font-size:0.9em;
	padding-left:50px;
	padding-right:10px;
	margin-bottom:3px;
	background-repeat:no-repeat;
	background-position:15px 25px;
}
.guestbook form td strong{
	color:#fff;
}
.guestbook input,.guestbook textarea{
	width:98%;
	font-size:0.9em;
	padding:1px;
}
.guestbook textarea{
	height:70px;
}
.guestbook .buttons{
	text-align:right;
}
.guestbook .form input[type="submit"]{
	margin:0;
	background-color:#fff;
	margin-right:10px;
}
.guestbook #captchaimg{
	height:60px;
}
.guestbook .required{
	color:#f00;
	font-size:1.1em;
	padding-left:4px;
}
.guestbook .error{
	color:#d00;
	text-align:center;
	font-weight:normal;
}