#wrap {
	width:820px;
	text-align:left;
	margin:0 auto;
	border:4px solid #069;
	padding:10px;
}

.roundBox {
	background:transparent url(../images/roundBox.gif) no-repeat top left;
	width:340px;
	padding:20px;
	margin-bottom:20px;
}
.roundBox .boxBottom {
	background:#e1e2e3 url(../images/roundBox.gif) no-repeat bottom left;
	font-size:1px;
	line-height:1px;
	height:14px;
	margin:0 -20px -20px -20px;
}

.roundBox_small {
	background:transparent url(../images/roundBox_small.gif) no-repeat top left;
	width:230px;
	padding:20px;
	margin-bottom:20px;
}
.roundBox_small .boxBottom {
	background:#e1e2e3 url(../images/roundBox_small.gif) no-repeat bottom left;
	font-size:1px;
	line-height:1px;
	height:14px;
	margin:0 -20px -20px -20px;
}