@import 'form.css';

.guest_book .item{
	padding: 0 10px;
	margin-bottom: 10px;
}
.guest_book .item .sender{
	font: 100 8pt/20px Tahoma;
	color: #0000a0;
}
.guest_book .item .content{
	font: 100 8pt/14px Tahoma;
	text-align: justify;
	margin-bottom: 5px;
	color: #202020;
}
.guest_book .item .date{
	font: 100 8pt/14px Tahoma;
	text-align: right;
	color: #202020;
	margin-bottom: 10px;
}
.guest_book .sep{
	clear: both;
	border-bottom: dotted 1px #202020;
	margin: 10px 0;
}
.guest_book .msg{
	text-align: center;
}
.add_message{
	background: url(../images/icon_comment_add.png) no-repeat right;
	font: 700 8pt/31px Tahoma;
	padding-right: 35px;
	height: 31px;
	text-align: right;
}
.add_message a{
	color: #008000;
}
