.leftSide{
	float: left;
	width: 315px;
}
.rightSide{
	text-align: center;
	float: right;
	width: 550px;
}
.roundedBox{
	background-color: #ffffff;
	position: relative;
	width: 100%;
	height: 320px;
}
.rbContent{
	position: relative;
	overflow: auto;
	top: 13px;
	left: 25px;
	padding-right: 15px;
	width: 264px;
	height: 295px;
}