@charset "UTF-8";
/* CSS Document */


/* ------------ Wrapper With Rounded Transparent Fill & Corners - Borders MUST be solid! ------------ */

.wstop-left, .wstop-right, .wsbottom-left, .wsbottom-right, .ws-left, ws-right {
	background-image: url(../images/wrappers/twentypercentblackrounded.png);
	height: 20px;
	font-size: 2px;
}

.wstop-left, .wsbottom-left {
	margin-right: 20px;
	width: 20px;
}

.wstop-left-title {
	margin-right: 40px;
	width: 40px;
}

.wstop-right, .wsbottom-right {
	margin-left: 20px;
	margin-top: -20px;
}

.wstop-right { background-position: 100% 0; }

.wsbottom-left { background-position: 0 -20px; }

.wsbottom-right { background-position: 100% -20px; }

.ws-inside { /* The main container if used - padding is added via PHP for the top part to allow for the title */
	background-image: url(../images/wrappers/twentypercentblackroundedback.png);
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding-left: 20px;
	padding-right: 20px;
	background-attachment: scroll;
	background-repeat: repeat;
	overflow: hidden;
}
