﻿#DivPopup {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    display: block;
    z-index: 20000;
    border: solid 0px #020D63;
}
#DivPopupFundo
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: Black;
    z-index: 20005;
    border: solid 0px Blue;
    
	opacity:0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);    
}

#DivPopupConteudo
{
    position: relative;
    margin: -10px auto; 
    float: right;
    border: solid 0px Yellow;
    z-index: 20010;
    padding: 0px;
}

#DivPopupFechar
{
     position: absolute;
     margin: 120px 10px auto auto; 
     text-align: right;     
     line-height: 15px;
     width: 98%; 
     z-index: 20020;  
     border: solid 0px Blue;  
     padding-right: 30px;
}

.txt_Fechar
{
    font-family: Arial;
    font-size: 12px;
    color: White;
    font-weight: bold;
}
.TdFechar
{
    width: 90px;
}

