#ks_wm_dv_overlay
{
	background-color: #777777;
	opacity: 0.6;
	filter:alpha(opacity=60);
}

#ks_wm_dv_loading
{
	position: absolute;
	height: 100%;
	width: 100%;
	background: #2d2d2d url("../../CMS/CMSimages/loading_black.gif") 50% 50% no-repeat;
	opacity: 0.6;
	filter:alpha(opacity=60);
}

.ks_wm_panel_iframe{
	width: 100%;
	height: 100%;
	border: 0;
}



.ks_wm_panel_wrapper
{
	background-color: #f1faff;
	padding: 2px 1px 1px 1px;
}

.ks_wm_panel_title
{
	background: #3b3a26 url(../../CMS/CMSImages/ksWindow/border_title.gif) left bottom no-repeat;
	position: absolute;
	top: -24px;
	border-bottom: 1px solid #474747;
	left: 0px;
	width: 100%;
	height: 24px;
	font: bold 12px/24px Arial, Helvetica, sans-serif;
	color: #cacbc5;
	text-align: left;
}
.ks_wm_panel_title span
{
	font: bold 12px/24px Arial, Helvetica, sans-serif;
	color: #cacbc5;
	margin-left: 29px;
	text-align: left;
}
.ks_wm_panel_close
{
	background: url(../../CMS/CMSImages/ksWindow/closeBtn.png) 0 0 no-repeat;
	position: absolute;
	right: 0px;
	top: -24px;
	height: 20px;
	width: 30px;
	cursor: pointer;
}
.ks_wm_panel_close:hover
{
	background: url(../../CMS/CMSImages/ksWindow/closeBtn.png) 0 -21px no-repeat;
}
.ks_wm_panel_border_n
{
	position: absolute;
	background: url(../../CMS/CMSImages/ksWindow/border_top.gif) top left repeat-x;
	top: -30px;
	left: 0px;
	height: 6px;
	width: 100%;
}
.ks_wm_panel_border_ne
{
	position: absolute;
	background: url(../../CMS/CMSImages/ksWindow/border_topRight.png) top left no-repeat;
	top: -30px;
	right: -7px;
	height: 7px;
	width: 7px;
}
.ks_wm_panel_border_e
{
	position: absolute;
	background: url(../../CMS/CMSImages/ksWindow/border_right.gif) bottom no-repeat;
	top: -23px;
	right: -7px;
	bottom: 0px;
	width: 7px;
}
.ks_wm_panel_border_se
{
	position: absolute;
	background: url(../../CMS/CMSImages/ksWindow/border_botright.gif) no-repeat;
	bottom: -7px;
	right: -7px;
	height: 7px;
	width: 7px;
}
.ks_wm_panel_border_s
{
	position: absolute;
	background: url(../../CMS/CMSImages/ksWindow/border_bot.gif) repeat-x;
	bottom: -7px;
	left: 0px;
	height: 7px;
	width: 100%;
}
.ks_wm_panel_border_sw
{
	position: absolute;
	background: url(../../CMS/CMSImages/ksWindow/border_botLeft.gif) no-repeat;
	bottom: -7px;
	left: -7px;
	height: 7px;
	width: 7px;
}
.ks_wm_panel_border_w
{
	position: absolute;
	background: url(../../CMS/CMSImages/ksWindow/border_left.gif) bottom no-repeat;
	top: -23px;
	left: -7px;
	bottom: 0px;
	width: 7px;
}
.ks_wm_panel_border_nw
{
	position: absolute;
	background: url(../../CMS/CMSImages/ksWindow/border_topLeft.png) top left no-repeat;
	top: -30px;
	left: -7px;
	height: 7px;
	width: 7px;
}