﻿.fundoModal
{
    background-color: #000;
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.modalPopup
{
    background-color: Transparent;
    width: 350px;
    height: 220px;
}

.modalPopupCadatro
{
    background-color: Transparent;
    width: 650px;
    height: 410px;
}

.CursorMove:hover
{
    cursor: move;
}

.Canto
{
    width: 15px;
    height: 14px;
    background-repeat: no-repeat;
    float: left;
}

.Horizontal
{
    width: 320px;
    height: 14px;
    background-repeat: repeat-x;
    float: left;
}

.Vertical
{
    width: 15px;
    height: 190px;
    background-repeat: repeat-y;
    float: left;
}

.HorizontalCadastro
{
    width: 620px;
    height: 14px;
    background-repeat: repeat-x;
    float: left;
}

.VerticalCadastro
{
    width: 15px;
    height: 380px;
    background-repeat: repeat-y;
    float: left;
}

.Conteudo
{
    width: 320px;
    height: 190px;
    float: left;
    background-color: #FFF;
}

.ConteudoCadastro
{
    width: 620px;
    height: 380px;
    float: left;
    background-color: #FFF;
}
