.flexBox {
	position:relative;
	background: url(/images/boxes/flexBoxBottomLeft.gif?20071203) bottom left no-repeat;
	z-index:1;
}

.flexBox .bottomRight {
	background: url(/images/boxes/flexBoxBottomRight.gif?20071203) bottom right no-repeat;
	padding-bottom: 10px;
	position:relative;
 	z-index:1;
}

.flexBox .topLeft {
	background: url(/images/boxes/flexBoxTopLeft.gif?20071203) top left no-repeat;
	position:relative;
 	z-index:1;
}

.flexBox .topRight {
	background: url(/images/boxes/flexBoxTopRight.gif?20071203) top right no-repeat;
	padding-top: 13px;
	position:relative;
	z-index:1;
}