.plTable {
	background-image: url('0/layer_bottom.png');
	background-repeat: no-repeat;
}

.plMessageBox {
	vertical-align: top;
	padding-left: 32px;
	padding-right: 28px;
	width: 268px;
	height: 224px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #2D6385;
	line-height: 130%;
 }

 div.layerpopup {
	position: absolute; 
	margin: -90px 0 0 -360px; 
	width: 270px; 
	height: 325px; 
	z-index: 10; 
	visibility: hidden;
}

td.holder_top {
	background: transparent url(top.gif) repeat-x left bottom;
}
td.holder_left {
	background: transparent url(left.gif) repeat-y right top;
}
td.holder_right {
	background: transparent url(right.gif) repeat-y left bottom;
}
td.holder_bottom {
	background: transparent url(bottom.gif) repeat-x left top;
}