#review {
	position:relative;
	float:right;
	width:675px;
	margin-top:25px;
}
#review h2 {
	position:relative;
	float:left;
	width:675px;
	font-weight:normal;
	font-size:18px;
}
#review .container_review {
	position:relative;
	float:left;
	width:655px;
	background-image:url(../images/bg_review.png);
	margin-top:15px;
	padding:10px;
}
#review span.date {
	position:relative;
	float:left;
	width:650px;
	border-bottom:1px solid #cccccc;
	font-size:12px;
	padding-bottom:5px;
	padding-left:5px;
}
#review .container_img {
	position:relative;
	float:left;
	width:110px;
	border-right:1px solid #cccccc;
	padding-right:5px;
	margin-top:5px;
}
#review .city, #review .name {
	position:relative;
	float:left;
	padding:5px;
	font-size:12px;
	width:98px;
	text-align:center;
	font-weight:bold;
}
#review .avatar {
	position:relative;
	float:left;
	margin-left:5px;
	margin-right:5px;
}
#review .container_text {
	position:relative;
	float:left;
	margin-top:15px;
	margin-left:15px;
	width:510px;
	font-size:13px;
	line-height:15px;
}