﻿.sdwin
{
	position: fixed;
	text-align: center;
	background-color:rgba(0,0,102,0.2);
	margin: 0;
	border: none;
	z-index: 999;
    height:100%;
	width:100%;
    left:0;
    top:0;
}
#aPswindowDiv{
    display:flex;
    align-items:center;
    justify-content:center;    
    height:100%;
    width:100%;
}
#loading
{
    width:100%;
}
#loading a:before
{
	font-family: fontello;
	content: '\e832';
	font-size: 8em;
	color: #f0ffff;
}
#aPswindow .aPswindowfilter
{
    display:none;
}
.drag
{
    position:relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 102;
}
.drag2
{
    position:absolute;
    z-index: 102;
}

.draging {
    z-index: 102;
    position:absolute;
    cursor: move;
    border: 1px solid black;
    filter:alpha(opacity=80); opacity: 0.8;-moz-opacity: 0.8;
}
#fsBox {
    overflow: hidden;
    text-align: left;
    background-color: #fff;
    border-top: #fff 1px outset;
    border-left: #fff 1px outset;
    border-right: #fff 2px outset;
    border-bottom: #fff 2px outset;
    z-index: 500;
}
#fsBox .fsHead {
    font-size: 14px;
    color: #000;
    width: 99%;
    font-weight: bold;
    border-bottom: #999999 1px groove;
    padding-left: 5px;
    background: url(bg.gif) #fff no-repeat left center;
}
#fsBox .fsbody{
    color: #000000;
    padding:5px 2px 5px 5px;
}

#fsBox .fsbody .fsbodyDIV {
    width: 100%;
    overflow-y: auto;
    word-wrap: break-word;
}
#fsBox .warclose {
    background-color: #fff;
    border-bottom: #999999 1px groove;
    text-align: right;
}
#fsBox .warclose span{
    cursor:pointer;
    background: url(image/close.gif) center center no-repeat;
    width:20px;
    height:24px;
    display:inline-block;
}
#fsBox .warclose span:hover{
    background: url(image/close2.gif) center center no-repeat;
}
