#VEGAWallBackGround
{
 position: absolute;
 left: 0px;
 top: 0px;
 height: 100%;
 width: 100%;
 background-color: #FFFFFF;
 filter: alpha(Opacity=50,FinishOpacity=100);
 z-index: 1000;
}
.VEGASheet
{
 position: absolute;
 left: 0px;
 top: 0px;
 height: 100%;
 width: 100%;
 background-color: white;
 filter: alpha(Opacity=70, FinishOpacity=70);
 z-index: 100;
 display: none;
}
#VEGAMoveWin
{
 position: absolute;
 left: 0px;
 top: 0px;
 background-color: #FFFFFF;
 border: 2px dashed #777777;
 width: 100;
 height: 100;
 z-index: 1000;
 display: none;
 filter: alpha(Opacity=70, FinishOpacity=70);
}