@charset "utf-8";
.comment_BTN_container {
	height: 100px;
	width: 280px;
	margin-right: 310px;
	margin-left: 310px;
}
.comment_BTN_left {
	background-image: url(../img/member_BTN_bg_left.png);
	float: left;
	height: 70px;
	width: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.comment_BTN_middle {
	background-image: url(../img/member_BTN_bg_middle.png);
	float: left;
	height: 70px;
	width: 220px;
	background-repeat: repeat-x;
	margin-top: 15px;
	margin-bottom: 15px;
}
.comment_BTN_right {
	background-image: url(../img/member_BTN_bg_right.png);
	float: left;
	height: 70px;
	width: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.comment_BTN {
	float: left;
	height: 50px;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	outline: none;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}
.comment_BTN:hover {
	background-color: #FF0;
}
.comment_BTN:active {
	background-color: #0FF;
}
.comment_container {
	height: auto;
	width: 850px;
	margin-right: 30px;
	margin-left: 20px;
}
.comment_holder {
	float: left;
	height: 250px;
	width: 212px;
}
.comment_inner_holder {
	height: 230px;
	width: 192px;
	margin: 10px;
}
.comment_box_inner_head_left {
	float: left;
	height: 45px;
	width: 50px;
	background-image: url(../img/comment_box_head_left.png);
}
.comment_box_inner_head_middle {
	float: left;
	height: 45px;
	width: 92px;
	background-image: url(../img/comment_box_head_middle.png);
	background-repeat: repeat-x;
}
.comment_box_inner_head_right {
	float: left;
	height: 45px;
	width: 50px;
	background-image: url(../img/comment_box_head_right.png);
}
.comment_box_inner_body {
	float: left;
	height: 115px;
	width: 192px;
	background-image: url(../img/comment_box_body.png);
	background-repeat: repeat-y;
}
.comment_box_inner_footer {
	float: left;
	height: 70px;
	width: 192px;
	background-image: url(../img/comment_box_footer.png);
	text-align: center;
}
.comment_body_text {
	font-size: 0.8em;
	margin: 10px;
}
.comment_name_text {
	font-size: .8em;
	margin: 10px;
	text-transform: uppercase;
	color: #933;
	font-weight: bold;
}

