/* CSS Document */
.comment {
	margin-top: 8px;
	margin-bottom: 50px;
	position:relative;
	text-align:center;
	width:500px;
	height:90px;
	background-color:#fff;
	border: 8px solid #F0F;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
}

.comment:before {
	content: ' ';
	position:absolute;
	width: 0;
	height: 0;
	left:30px;
	top:90px;
	border: 25px solid;
	border-color: #F0F transparent transparent #F0F;
}

.comment:after {
	content: ' ';
	position:absolute;
	width: 0;
	height: 0;
	left:38px;
	top:90px;
	border: 15px solid;
	border-color: #fff transparent transparent #fff;
}

.comment_right{
	margin-top: 8px;
	margin-bottom: 50px;
	position:relative;
	text-align:center;
	width:500px;
	height:90px;
	background-color:#fff;
	border: 8px solid #F0F;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
}

.comment_right:before {
	content: ' ';
	position:absolute;
	width: 0;
	height: 0;
	right:30px;
	top:90px;
	border: 25px solid;
	border-color: #F0F #F0F transparent transparent;
}

.comment_right:after {
	content: ' ';
	position:absolute;
	width: 0;
	height: 0;
	right:38px;
	top:90px;
	border: 15px solid;
	border-color: #fff #fff transparent transparent;
}

.new_comment {
	margin-top: 8px;
	margin-bottom: 50px;
	position:relative;
	text-align:center;
	width:500px;
	height:90px;
	background-color:#fff;
	border: 8px solid #F0F;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
}

.new_comment:before {
	content: ' ';
	position:absolute;
	width: 0;
	height: 0;
	left:230px;
	top:90px;
	border: 25px solid;
	border-color: #F0F transparent transparent transparent;
}

.new_comment:after {
	content: ' ';
	position:absolute;
	width: 0;
	height: 0;
	left:240px;
	top:90px;
	border: 15px solid;
	border-color: #fff transparent transparent transparent;
}

/* GUESTBOOK */
.guestbook_label {
	width:75px;	
}

.guestbook_table input {
	width:175px;	
}

.guestbook_table .text_countdown {
	width:25px;
}

.guestbook_table textarea {
	width:300px;
}

.comment_list {
	position:relative;
}

.comment_spacer {
	clear:both;	
}

.comment left{
	padding-top:25px;
}

.comment_name {
	clear:left;
	float:left;
	margin-top:10px;
	margin-left:8px;
}

.comment_date {
	float:right;
	clear:right;
	margin-top:10px;
	margin-right:8px;
}

.comment_text {
	clear:both;
	float:left;
	margin-left:8px;
	max-width: 400px;
}

.hide {
	display:none;	
}

hr {
	margin-top: 50px;
}

#comment_area {

}
/*END GUESTBOOK*/