﻿.DivPriFundo
{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4f4f4f;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    cursor:wait;
    z-index: 900;
}

.DivPriIndicarFundo
{
    width: 300px;
    height: 277px;
    background-image: url(../Imagens/Principal/BgIndicar.jpg);
    background-repeat: no-repeat;
    top: 100px;
    left: 250px;
    position: absolute;
    z-index: 1000;
}

.DivPriIndicar
{
    padding: 20px 20px 0px 20px;
    font-family: Verdana;
    font-size: 12px;
    color: #00419a;
}

.DivPriIndicarX
{
    text-align: right;
    padding-right: 5px;
}

.DivProIndicarBtn
{
    text-align: right;
    padding-right: 10px;
}

.TxtPriIndicar
{
    width: 250px;
    height: 17px;
    border: solid 1px #f9e45a;
    font-family: Verdana;
    font-size: 11px;
    color: #5a5a5a;
    padding-top: 5px;
}