.reviews-body{
	height:auto;
	display:table;
	background:url(images/reviews-right.jpg) repeat-y right;
	background-color:#e8e9ee;
	background-position:right;
	padding:0;
	float:none;
	margin-top:0;
	top:0;
	position:relative;
	width:95%;
	border-right:10px solid #f8f8fb;
}
.reviews-body.front{
	width:auto;
	min-width:290px;
	position:inherit;
	top:0;
	left:0;
	float:none;
	margin-right:100px;
}
.reviews-top{
	background:url(images/reviews-top.jpg) repeat-x;
	height:7px;
	font-size:1px;
}
.reviews-top-left{
	background:url(images/reviews-tl.jpg) no-repeat;
	float:left;
	height:7px;
	width:7px;
}
.reviews-top-right{
	background:url(images/reviews-tr.jpg) no-repeat;
	float:right;
	height:7px;
	width:7px;
}
.reviews-bottom{
	background:url(images/reviews-bottom.jpg) repeat-x;
	height:7px;
	font-size:1px;
}
.reviews-bottom-left{
	background:url(images/reviews-bl.jpg) no-repeat;
	float:left;
	height:7px;
	width:7px;
}
.reviews-bottom-right{
	background:url(images/reviews-br.jpg) no-repeat;
	float:right;
	height:7px;
	width:7px;
}

/* IE - change margin-top */
.reviews-body .reviews-content{
	display:block;
	width:auto;
	padding:0 10px 0 12px;
	background:url(images/reviews-left.jpg) repeat-y;
	margin-top:-0.5em;
}
.reviews-body .reviews-content p{
	margin:0;
	padding:0 10px 10px 10px;
}