div.container.orangeBright .topLeft {
	background-image: url(topLeft.png);
	left: 0px;
	top: 0px;
	width: 10px;
	height: 11px;
}
div.container.orangeBright .top {
	background-image: url(top.png);
	left: 10px;
	top: 0px;
	right: 10px;
	height: 10px;
}
div.container.orangeBright .topRight {
	background-image: url(topRight.png);
	right: 0px;
	top: 0px;
	width: 10px;
	height: 10px;
}

div.container.orangeBright .left {
	background-image: url(left.png);
	left: 0px;
	top: 10px;
	bottom: 10px;
	width: 10px;
}
div.container.orangeBright .content {
	background-image: url(bg.png);
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	
	padding: 5px;
	
	color: #231d18;
	overflow: hidden;
}
div.container.orangeBright .right {
	background-image: url(right.png);
	width: 10px;
	top: 10px;
	right: 0px;
	bottom: 10px;
}

div.container.orangeBright .bottomLeft {
	background-image: url(bottomLeft.png);
	left: 0px;
	bottom: 0px;
	width: 10px;
	height: 10px;
}
div.container.orangeBright .bottom {
	background-image: url(bottom.png);
	left: 10px;
	bottom: 0px;
	right: 10px;
	height: 10px;
}
div.container.orangeBright .bottomRight {
	background-image: url(bottomRight.png);
	right: 0px;
	bottom: 0px;
	width: 10px;
	height: 10px;
}