﻿ .white_content 
            {
                display: none;
                position: absolute;
                top: 15%;
             
                width: 736;
                height: 450;javascript:void(0)
                padding: 0px;
                border: 2px solid black;
                background-color: white;
                z-index:1002;
                overflow: auto;
                margin: 0 auto;
            }

   .black_overlay
            {
            display: none;
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            background-color: #000;
            z-index:1001;
            -moz-opacity: 0.6;
            opacity:.60;
            filter: alpha(opacity=60);
            }
            
            
    .padding_left_close_cmd 
    {
       
        position:absolute;
        left :84%;
        top : 7% ;
   
   
  
    }

    .padding_left_close_cmd_SquareBook 
    {
       
        position:absolute;
        left :93%;
        top : 5% ;
   
   
  
    }

    .padding_left_close_cmd2
    {
       
        
        position: absolute;
        right: 0;
        top: 45px;
   
   
  
    }
    
       
  .load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("../../HomeWallPaper/loading.gif") no-repeat fixed center 
}