.box {
	background: #CCCCCC;
	width: 100%;
}

.boxtop { 
	background: url(topright.gif) no-repeat top right; 
}

.boxtop div { 
	height: 10px; 
	background: url(topleft.gif) no-repeat top left; 
}

.boxbottom { 
	background: url(botright.gif) no-repeat bottom right; 
}

.boxbottom div { 
	height: 10px; 
	background: url(botleft.gif) no-repeat bottom left; 
}

.boxcontent {
	padding: 0px 10px 0px 10px;
}
