/* Guestbook Module */
a.guest_header {font: bold 13px Arial; color: #B10000; text-decoration: none;}
a.guest_header:hover {font: bold 13px Arial; color: #B10000; text-decoration: underline;}
.guest_header {font: bold 13px Arial; color: #B10000; text-decoration: none;}
.guest_title {font: 13px Arial; color: #B50000;}
.guest_message {color: #181E1D;}
.guest_date {font: bold 11px Arial; color: #B50000; font-weight: bold;}

a.guest_email {font-family: Arial; font-size: 13px; color:#B50000; text-decoration: none; }
a.guest_email:hover {font-family: Arial; font-size: 13px; color:#B50000; text-decoration: underline; }
.send_button {
	width: 108px; 
	height:33px;
	background-image:url(../../images/btn1_bg.gif); 
	border:0;
	font-family:Arial;
	font-size:12px;
	text-decoration:underline;
	color:#b10000;
	font-weight:bold;
	text-align:center;
	padding-left:7px;
	margin-right:20px;
	cursor:hand;
}
.reset_button {
	width: 108px; 
	height:33px;
	background-image:url(../../images/btn1_bg.gif); 
	border:0;
	font-family:Arial;
	font-size:12px;
	text-decoration:underline;
	color:#b10000;
	font-weight:bold;
	text-align:center;
	padding-left:5px;
	margin-left:20px;
	cursor:hand;
}
.label {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
.textbox {
	border:1px solid #D91F16;
	font-family:Arial;
	font-size:11px;
	scrollbar-base-color:#F7B6B5;
}
.guest_pravilo{
	font-family:Arial;
	font-size:13px;
}
