﻿.sdwin
{
	position: fixed;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	border: none;
	z-index: 999;
}
#loading
{
	text-align: center;
    position:fixed;
    width:100%;
    top:100px;
}
#loading a:before
{
	font-family: fontello;
	content: '\e832';
	font-size: 8em;
	color: #f0ffff;
}
#aPswindow .aPswindowfilter
{
    z-index: 101;
    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);
}
.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;
}
