@CHARSET "UTF-8";
/*
// NetSoarer ID Manager Ver. 2.0
// $Revision: 573 $
// Copyright (c) 2013 Procube Co.,Ltd. All Rights Reserved.
*/
#busy
{
    position: absolute;
    top: 20%;
    left: 50%;
    padding: 5px;
    display: none;
    z-index: 100;
}

#fade
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 50;
    background-color : #ffffff;
    filter: alpha(opacity=40);
    -moz-opacity:0.40;
    opacity:0.40;
}
