#SPDrawArea {
	overflow: hidden; 
	position: absolute;
}
#panelDivBg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
#panelDivBg {
	position: absolute;
	cursor: pointer;
	z-index: 10;
	left: 0px;
	top: 0px; 
}
#maskDiv 
{
	z-index: 31;
	position: absolute;
	filter: alpha(opacity=80);
	opacity: 0.8;
	left: 0px;
	top: 0px;
}
.SPImage {
	position: relative;
	height: 500px;
	overflow: hidden;
	/*padding: 5px;*/
	text-align: center;
}
#panelDiv 
{
	position: absolute;
	border: 1px dotted #666;
	z-index: 50;
	cursor: pointer;
	background: url(../img/spacer.gif);
}
.CornerHandle {
	position: absolute;
	width:7px; 
	height:7px;
	background-color:white;
	border: 1px solid #666;
	font-size: 1px;
	z-index: 999;
}

#cornerNW {
	top:-1px; 
	left:-1px; 
	cursor: nw-resize;
}

#cornerNE {
	top:-1px; 
	right:-1px;
	cursor: ne-resize;
}

#cornerSE {
	bottom:-1px; 
	right:-1px; 
	cursor: se-resize;
}

#cornerSW { 
	bottom:-1px; 
	left:-1px; 
	cursor: sw-resize;
}
