﻿#aPswindow,#mwtWin
{
    position: absolute;
    vertical-align: middle;
    margin: 0;
    border: none;
	z-index: 999999990;
    width: 100%;
}
#aPswindow .aPswindowfilter
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000066;
    filter: Alpha(Opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
    border: none;
    left: 0;
    top: 0;
    z-index: 100;
}
#aPswindow iframe 
{
	width:100%;
	height:100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
#mwtWin
{
	z-index: 999999900;
}
#mwtWin .aPswindowfilter
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000066;
    filter: Alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    border: none;
    left: 0;
    top: 0;
    z-index: 1000;
}
#mwt_slider_scroll
{
	top: 0;
	left:-1000px;
	position:absolute;
	z-index:999999900;
}
#mwt_slider_content{
	background:#666666;
	text-align:center;
	padding-top:20px;
}
#mwt_slider_iframe
{
	border: none;
}
#mwt_slider_h2
{
	color: #ffffff;
}
#mwt_close
{
	position: relative;
	cursor: pointer;
	color: #ffffff;
	z-index: 999999901;
	width: 60px;
	height: 60px;
	float:right;
	margin:10px;
	background-image: url(bigcolse.png);
	background-repeat: no-repeat;
	background-position: center 0;
}
#mwt_close:hover
{
	background-position: center -61px;
}
#mwt_slider_html 
{
	text-align:left;	
	margin: 0 20px;
}
#mwt_slider_html .editfrom
{
	width: 100%;
	word-break: break-all;
	list-style-type: none;
}
#mwt_slider_html .editfrom tr:hover
{
	background-color: #69695b;
}
#mwt_slider_html .editfrom td
{
	padding: 5px;
	border-top: #a9a9a9 1px dotted;
	padding-right: 10px;
	text-align: left;
	color: #f5f5f5;
}
#mwt_slider_html .editfrom .title td
{
	font-weight: bold;
}
#mwt_slider_html .editfrom .trFirst td {
    border-top: none;
}
#mwt_slider_html .editfrom .centerBut
{
	padding: 10px;
	text-align: center;
}
#mwt_slider_html .editfrom .chkiup 
{
	text-align: center;
}
#mwt_slider_html .editfrom .chkiup input
{
	height:16px;
	width:16px;
}
.centerBut
{
	text-align: center;
}
.drag
{
	top: -800px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	z-index: 102;
	width: 100%;
	background-color: #f5f5f5;
}
.drag_loading{
    background-color:transparent;
}
.draging {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #f5f5f5;
    z-index: 102;
    position:absolute;
    cursor: move;
    border: 1px solid black;
    filter:alpha(opacity=80); 
    opacity: 0.8;
    -moz-opacity: 0.8;
}