#overlay
{
    background: #606060;
    opacity: 0.50;
    filter:Alpha(opacity=50);
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#inputarea
{
    position:absolute;
    height:190px;
    width:450px;
    display:none;
    background:#e7e7e7;
    border:2px solid #FFFFFF;
    z-index: 110;
}

#inputarea .scrollarea
{
    height:150px;
    width:100%;
    overflow-y:scroll;
    border: #7b9ebd 1px solid;
}

.scrollarea .selector
{
    margin:0px;
    padding:0px;
    width:100%;
}

.scrollarea .selector .head td
{
    height: 16px;
    color: white;
    padding-left: 5px;
    font-size: 14px;
    text-align: center;
    background: #006699;
}

.scrollarea .selector .body td
{
    
    padding-left: 5px;
    font-size: 13px;
    text-align: left;
    background: #ececec;
}

.scrollarea .selector .tail td
{
    font-size: 12px;
    background: white;
    text-align: center;
    vertical-align: top;
}

.staticarea
{
    height: 40px;
    font-size: 12px;
    background: white;
    text-align: center;
    vertical-align: center;
}


.btn
{
    height:20;
    width: 50px;
    margin: 10px 10px 10px 10px;
    border-right: #7b9ebd 1px solid;
    padding-right: 2px;
    border-top: #7b9ebd 1px solid;
    padding-left: 2px;
    font-size: 12px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
    border-left: #7b9ebd 1px solid;
    cursor: hand;
    color: black;
    padding-top: 2px;
    border-bottom: #7b9ebd 1px solid
}

body
{
   cursor:move;
   background:cccccc;
   text-align:left;
   padding-left:5px;
   font-size:14px;
   font-weight:bold;
   color: #000000;
   height:25px;
   line-height:25px;
   border-left:1px solid #FFFFFF;
   border-top:1px solid #FFFFFF;
   border-right:1px solid #FFFFFF;
}

.pad
{
   width: 620px;
   height: 380px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: -180px;
   margin-left: -320px;
   background: url(../images/login_logo.png);
   _background: url(../images/login_logo.png);
   background-repeat: no-repeat;
   background-position: center;
   text-align: left;
}

.pad .user
{
   position: absolute;
   color: #666666;
   font-family: "ËÎÌå";
   font-size: 12px;
   text-align: right;
   top: 290px;
   left: 30px;
   width: 560px;
   height: 50px;
   border: 1px;
}

.pad .dialog
{
   position: absolute;
   text-align: center;
   top: 320px;
   left: 30px;
   width: 580px;
   height: 50px;
   border: 1px;
}

.pad .dialog table
{
   width: 580px;
   height: 50px;
   color: #333333;
   font-family: "ËÎÌå";
   font-size: 12px;
}

.pad .dialog table input
{
   color:#006699;
   font-family: "ËÎÌå";
   font-size: 12px;
   border-color: #333333;
   border-style: solid;
   border-width: 1px;
   margin-right: 0px;
}

.pad .dialog table .input
{
   height: 20px;
   width: 60px;
   color: #FCFCFC;
   font-family: "Arial";
   font-size: 12px;
   border: #333333 1px solid;
   background-color: #666666;
   cursor: hand;
}
