.roundedbox {

	border-radius: 15px;
	-webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
	border: 1px solid #FFFFFF;
	padding:20px 20px 0 20px;
	margin-top:16px;
	margin-bottom:30px;
	
	background-color: #FFFFFF;
	width: 100%;
}


/* REVIEW BLOCK ---------------------------  */
.review ul{
	/*border-bottom: 1px solid black;*/
	/*border-top: 1px solid black;*/
	list-style: disc;
}

.review .author-info{
	padding: 20px;
	/*border-bottom: 1px solid black;*/
}



.review .author-info .photo{
	
	padding-right: 10px;
	/*border-right: 1px solid black;*/
	float: right;
}

.review .author-info div{
	float: right;
	text-align: right;
	margin-right: 20px;
}


.review .content h3{
	font-size: 130%;
}

.review .content .list{
	margin-left: 30px;
	
}

.review .content {
	/*font-family: sans-serif;*/
	color: #333;
}

.review .content a{
	color:#0D688B;
}
.review .content a:visited {
	color:#0D688B;
}

.review .content div.top-part{
	padding-left: 95px;
	padding-right: 55px;
	background: url(../images/big-quotes.png) 0 0 no-repeat;
}

.review .content div.bottom-part{
	background: url(../images/small-quotes.png) 100% 100% no-repeat;
	padding-left: 95px;
	padding-right: 55px;
}

.edit{
	color:#0D688B;
}

/* REVIEW BLOCK ---------------------------  */