﻿.popup
{
    background-color: #ffffff;
    float: left;
}

.popupBackground
{
    background-color: #BDBDBD;
    filter: alpha(opacity=80);
    height: 100%;
    left: 0px;
    margin: 0px;
    opacity: 0.8;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1000000;
}

.popupBaixo
{
    background-image: url(../images/popup/baixo.gif);
    background-repeat: repeat-x;
}

.popupCantoBaixo
{
    float: left; 
    height: 24px; 
    width: 12px;
}
    
.popupCima
{
    background-image: url(../images/popup/cima.gif);
    background-repeat: repeat-x;
    float: left;
    height: 24px;
    width: 24px;
}

.popupEsquerda
{
    background-image: url(../images/popup/esquerda.gif);
    background-repeat: repeat-y;
    float: left;
    width: 24px;
}

.popupFechar
{
    background-image: url(../images/popup/esquerda.gif);
    background-repeat: repeat-y;
    float: left;
    height: 24px;
    width: 24px;
}

.popupDireita
{
    background-image: url(../images/popup/direita.gif);
    background-repeat: repeat-y;
    float: left;
    width: 24px;
}

