@charset "UTF-8";
/* CSS Document */

.comment {
	border: 1px solid #999;
	float: left;
	margin-left: 30px;
	width: 700px; 
	height: auto
}
#commentright {
	width: 250px;
	float:right;
	margin-right: 5px;
}
#commentleft {
	float: left;
	width: 400px;
}
#commentmap {
	width: 250px;
	height: 300px;
	border: 1px solid #999;
	overflow: hidden;
}
#commentoptions {
	text-align: left;
	font-size: 15px;
}
.commentcontent {
	margin-left: 10px;
}
.commentplace {
	background-color: #9CF;
	font-size: 14px;
	font-weight:bold;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.commenthead {
	font-size: 16px;
	font-weight:bold;
	margin-left: 70px;
	color:#069;
	float: left;
	
}
.commentdesc {
	font-size: 14px;
	margin-left: 10px;
}
.commentby {
	font-size: 12px;
	margin-left: 10px;
	color:#069;
	float: left;
}
.commentweb {
	font-size: 12px;
	margin-left: 10px;
	color:#069;
	float: left;
}
.comments {
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	width: 400px;
}
.commentsdate {
	font-size: 12px;
	color: #666;
	width: 350px;
	margin-left: 10px;
	border-bottom: #999 dashed 1px;
	float: left;
}
.commenticon {
	background: url(../images/speech_icon.jpg) no-repeat;
	width: 250px;
	height: 58px;
	float: left;
	margin-left: 10px;
}