#backgroundPpElement {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#ppElement {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:10px;
	width:10px;
	background:#FFFFFF;
	z-index:2;
	font-size:13px;
}

table.minimalistic {
	background:#FFFFFF;
}
table.minimalistic td {
	margin: 0px;
	padding: 0px;
}

.contentContainerTopLeft {
	background-image: url(img/inner-content-bg-top-left.png);
	height: 10px;
	width: 10px;
	background-repeat: no-repeat;
}
.contentContainerTopRight {
	background-image: url(img/inner-content-bg-top-right.png);
	height: 10px;
	width: 10px;
	background-repeat: no-repeat;
}
.contentContainerTop {
	background-image: url(img/inner-content-bg-top-middle.png);
	height: 10px;
	background-repeat: repeat-x;
}
.contentContainerBottomLeft {
	background-image: url(img/inner-content-bg-bottom-left.png);
	height: 10px;
	width: 10px;
	background-repeat: no-repeat;
}
.contentContainerBottomRight {
	background-image: url(img/inner-content-bg-bottom-right.png);
	height: 10px;
	width: 10px;
	background-repeat: no-repeat;
}
.contentContainerBottom {
	background-image: url(img/inner-content-bg-bottom-middle.png);
	height: 10px;
	background-repeat: repeat-x;
}
.contentContainerLeft {
	background-image: url(img/inner-content-bg-middle-left.png);
	width: 10px;
	background-repeat: repeat-y;
}
.contentContainerRight {
	background-image: url(img/inner-content-bg-middle-right.png);
	width: 10px;
	background-repeat: repeat-y;
}

.bordersContainer {
	position: absolute;
	z-index: -1;
}

