.round-box {
	margin: 0px 75px;
	width: 575px;
	background-image: url(http://www.malibuhorizon.com/box-middle.png);
	background-repeat: repeat-y;
}

.round-box .topcurve {
background-image: url(http://www.malibuhorizon.com/box-top.png);
background-repeat: no-repeat;
height: 10px;
}
.round-box .bottomcurve {
background-image: url(http://www.malibuhorizon.com/box-bottom.png);
background-repeat: no-repeat;
background-position: left bottom;
height: 10px;
}
.round-box .box-content {
	padding: 10px 27px;
}

.round-box2 {
	margin: 0px 0px 0px auto;
	width: 200px;
	background-image: url(/box-middle_200.png);
	background-repeat: repeat-y;
	font-size: 11px;
	text-align: left;
}
.round-box2 .topcurvebutton {
	background-image: url(/box-top_200.png);
	background-repeat: no-repeat;
	height: 3px;
}

.round-box2 .bottomcurvebutton {
	background-image: url(/box-bottom_200.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 3px;
}

.round-box2 .box-contentbutton {
	padding: 0px 10px;
}
