@CHARSET "UTF-8";
.i_bg {
	/*background: url(../images/guestbook/i_bg.gif) left center repeat-x;	*/
}

.t_bg {
	/*background: url(../images/guestbook/t_bg.gif) left center repeat-x;	*/
}

.i_bg input {
	border: 1px solid #4F1178;
	background-color: #ffffff;
	font: normal 12px Arial;	
	width: 100%;
}

.t_bg textarea {
	width: 100%;
	border: 1px solid #4F1178;
	font: normal 12px Arial;
	height: 70px;	
}

#guestbook_form td.lbl {
	font: normal 15px Arial;
	color: #4F1178; 	
}

#guestbook_form table {
	margin-bottom: 2px;
}

.mark, .mark_over {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	color: #fff;
	margin-right: 5px;
	font-family: "Arial Black", Arial;
	text-align: center;
	background: url(../images/guestbook/mark.gif) top left no-repeat;
	cursor: pointer;
	float: right;
}

.mark_green {
	clear: both;
	width: 275px;
}

.mark_green p {
	color: #33CC00 !important;
	font-size: 11px !important;	
}

.mark_over {
	background: url(../images/guestbook/mark_over.gif) top left no-repeat;
}

table.guestbook_text, table.guestbook_text2 {
	margin-top: 3px;
	margin-bottom: 3px;	
}

.guestbook_text, .guestbook_text td {	
	background-color: #eee;
	font: normal 11px Verdana;
	color: #636363;
}

.guestbook_text2, .guestbook_text2 td {	
	background-color: #fdeb9f;
	font: normal 11px Verdana;
	color: #636363;
}

td.guestbook_date {
	color: #4F1178;
	font: bold 11px Verdana;	
}

.guestbook_mark {
	color: #4F1178;
	font: normal 14px Verdana;
	margin-bottom: 15px;	
}

.guestbook_mark span {
	color: #3ebb05;
}

p.error {
	color: #cc0000 !important;
	font: normal 11px Verdana !important;
	text-decoration: underline;
	padding: 0;
	margin: 0;	
}
