﻿/*Modal Popup*/
.modalBackground
{
    background-color: #000;
    filter: alpha(opacity=80);
    opacity: 0.8;
    position:absolute;
}
.modalPopup
{
    width: 300px;
    position:relative;
    margin-left:-250px;
    margin-top:-200px;
}

.modalPopup h4 { margin:0px;
                 padding:2px;
                 border-bottom:1px solid #ccc;
                 color:#ff0000;
                 font-size:16px;
                 }

.modalPopupAt
{
    width: 805px;
}

.modalPopup-text
{
    display: block;
    color: #000;
    background-color: #e7edf0;
    border: solid 2px #000;
    padding: 10px;
    position:relative;
}
.modalPopup-text input
{
    width: 75px;
}
.feedback
{
    color: #00cc00;
    font-weight: 700;
}

.modalPopup-text fieldset { border:1px solid #ccc;}

.modalPopup-text legend { font-size:15px;
                          color:#0b3843;
                          }

.modalPopup-atencao
{
    display: block;
    color: #000;
    background-color: #e7edf0;
    text-align: left;
    border: solid 2px #000;
    padding: 10px;
}

.modalPopup-atencao p { margin-top:5px;}                       

/******** Ajax **************/
.erroForm
{
    background-color: lemonchiffon;
}
