

.box {
	width:95%;
	margin: 5px 40px;
	padding:0;
}

.box div {
	margin: 0.5em 0 0 -2.5em;
}

.box div.topleft {
	display: block;
	background: url(../images/box-bg2.png) top left no-repeat white;
	padding: 2.0em 0em 0em 2.0em;
}

.box div.topright {
	display: block;
	background: url(../images/box-bg2.png) top right no-repeat white;
	padding:6px;

	margin: -2.0em 0 0 2.0em;
}

.box div.bottomleft {
	display: block;
	height: 45px;
	margin-top: -2.0em;
	background: url(../images/box-bg2.png) bottom left no-repeat white;
}

.box div.bottomright {
	display: block;
	background: url(../images/box-bg2.png) bottom right no-repeat white;
	height: 45px;
	margin-left: 3.0em;
}
