.editDiv, .editShadowDiv, .editShadowDiv_msie
{
	position:absolute; 
	top:0; 
	left:0; 
	margin:0px;
	padding:0px 0px 0px 0px; 
	border:none; 
	visibility:hidden;
}

.editShadowDiv, .editShadowDiv_msie
{
	width:100%; 
	height:100%; 
	overflow:hidden;
}

.editShadowDiv
{
	background-image:url(/images/editFrame/shading.png);
	background-repeat:repeat;
	background-position:top;
	z-index:9990;
}

.editShadowDiv_msie
{
	z-index:9990;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shading.png', sizingMethod='scale');
}

.editDiv
{
	width:1px;
	height:1px;
	overflow:visible;
	z-index:9991;
}

.editFrame
{
	border:1px solid #000000;
	z-index:9999;
	position:relative;
	overflow:visible;
}

.editSpacer,
{
	width:3px;
	height:3px;
}

.editShadow, .editSpacer
{
	font-size:2px;
}

.editFrameDiv
{
	width:1px;
	height:1px;
	overflow:visible;
}

.editShadowTR
{
	width:14px;
	height:44px;
}

.editShadowR
{
	width:14px;
	background-image:url(../images/editFrame/sh_r.png);
	background-repeat:repeat-y;
	height:100%;
}

.editShadowBR
{
	width:30px;
	height:18px;
}

.editShadowB
{
	background-image:url(/images/editFrame/sh_b.png);
	background-repeat:repeat-x;
}

.editShadowBL
{
	height:18px;
	width:16px;
}

.editShadowTR_msie
{
	width:14px;
	height:44px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/editFrame/sh_tr.png', sizingMethod='scale');
}

.editShadowR_msie
{
	width:14px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/editFrame/sh_r.png', sizingMethod='scale');
	height:100%;
}

.editShadowBR_msie
{
	width:30px;
	height:18px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/editFrame/sh_br.png', sizingMethod='scale');
}

.editShadowB_msie
{
	height:18px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/editFrame/sh_b.png', sizingMethod='scale');
}


.editShadowBL_msie
{
	height:18px;
	width:16px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/editFrame/sh_bl.png', sizingMethod='scale');
}

.editNoShadow
{
	border:3px solid #666666;
}