.divWrapper_Hide
{
    display:none;
}

.divWrapper_Show
{
    position:absolute;
    z-index: 200; 
    top:0;
    left:0;
    width:100%;
    height:100%;
    
    vertical-align:middle;
    text-align:center;
    
    display:block;

    border: solid 0px #CCCCCC;
    /*border: solid 6px #00EE00;*/
    background: transparent url('../img/blank.png') repeat center top;
    
}

.divWrapper_ShowNoModal
{
    position:absolute;
    z-index: 200; 
    top:0;
    left:0;
    width:100%;
    height:100%;
    
    vertical-align:middle;
    text-align:center;
    
    display:block;

    border: solid 0px #CCCCCC;
    /*border: solid 6px #00EE00;
    background: transparent url('../img/blank.png') repeat center top; */
    
}

.CurrencyBox_Show
{
    width: 300px;
    height: 220px;
    border:2px solid #CCCCCC; /*#3F546D;*/
    background-color:#F7F7F7;
    margin: 0px;
    position:relative;
    top:20%;
}

.HowRatesWorkBox_Show
{
    width: 95%;
    max-width:520px; 
    height: 390px;
    border:2px solid #CCCCCC; /*#3F546D;*/
    background-color:#F7F7F7;
    margin: 0px;
    position:relative;
    top:20%;
    
    /*                        "    GifrmPopup.style.width = '95%';\r\n" +
                        "    GifrmPopup.style.maxWidth = '520' + 'px';\r\n" +
                        "    GifrmPopup.style.height = '390' + 'px';\r\n" +

*/    

}

.CurrencyBox_Hide
{
    display:none;
}

.POPBODY_BGCOLOR
{
    background-color:#FFFFB4;
}


.TTMessageBox_Show
{
    width: 75%;
    max-width:520px; 
    height: 310px;
    border:2px solid #CCCCCC; /*#3F546D;*/
    background-color:#F7F7F7;
    margin: 0px;
    position:relative;
    top:12%;
    
    /*  
top:20%;
                      "    GifrmPopup.style.width = '95%';\r\n" +
                        "    GifrmPopup.style.maxWidth = '520' + 'px';\r\n" +
                        "    GifrmPopup.style.height = '390' + 'px';\r\n" +

*/    

}

.VCMessageBox_Show
{
    width: 75%;
    max-width:347px;  /*520px; */
    height: 230px; /*280px;   */
    border:2px solid #CCCCCC; 
    background-color:#F7F7F7;
    margin: 0px;
    position:relative;
    top:12%;
    
    

}
