.PSPanel
{
	background-color:#EEE;
	border-collapse:collapse;
	color:#333;
	width:98%;
	min-height:600px;
}

.PSTop
{
	border-top:dotted 1px #999;
}

.PSBottom
{
	border-bottom:dotted 1px #999;
}

.PSLeft
{
	border-left:dotted 1px #999;
}

.PSRight
{
	border-right:dotted 1px #999;
}

.PSTopLeft, .PSTopRight, .PSBottomLeft, .PSBottomRight
{
	width:9px;
	height:9px;
	background-color:white;
}

.PSTopLeft
{
	background-image:url(../images/PSPanel/cornerTL.gif); 
}

.PSTopRight
{
	background-image:url(../images/PSPanel/cornerTR.gif); 
}

.PSBottomLeft
{
	background-image:url(../images/PSPanel/cornerBL.gif); 
}

.PSBottomRight
{
	background-image:url(../images/PSPanel/cornerBR.gif); 
}


