@charset "utf-8";
#rounded-box {
	width: 900px;
	margin-bottom: 20px;
}
#rounded-box img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rounded-box #rounded-content {
	background-image: url(../images/template-images/images/rounded-rectangle-middle900.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	background-color: #FFF;
}
