.home-reviews {
	font-weight: bold;
	clear: both;
	margin-left: 15px;
	margin-top: 7px;
	font-size: 14px;
}

.home-reviews p {
	font-size: 12px;
}

.reviews {
	padding: 15px;
}

.reviews h1{
	font-size: 12px;
}

.review-item {
	border-bottom-color: #b4b4b4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 15px 15px 15px 0px;
	width: 560px;
	
}



.review-txt {

	font-size: 12px;
	color: black;
}

.review-box {
	width: 175px;

	border: 1px solid #ccc;
	/*background-color: #f9f9f9;*/
	background: url(../../images/box-popular-bg2.gif) repeat-x left top;

	padding: 5px;
}


.review-clear {
	CLEAR: both
}

.input_text {
	margin-top: 15px;
	width:560px;
	height:50px;
	margin-bottom: 15px;
}

.review_wrap_left {
	float: left;
	line-height: 15px;
	width: 80px;
}


.review_wrap_right {
	border-style: none;
	float: right;
	width: 400px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
}

