.msgFeedBack
{
    width: 85%;
    padding-left: 10px;
    border-bottom: 1px solid #D0D0D0;
    height: 200px;
    text-align: left;
}

.msgFeedBack h1
{
    font: 16px arial;
    font-weight: bold;
    color: #808080;
}

.msgFeedBack p
{
    font: 12px arial;
}

.msgFeedBack p span
{
    font: 12px arial;
    color: #CE0000;
    font-weight: bold;
}

.msgFeedBack .atencao
{
    margin-top: 20px;
    background: url('../img/atencao.gif') left no-repeat;
    padding-left: 60px;
    height: 55px;
}

.msgFeedBack .sucesso
{
    margin-top: 20px;
    background: url('../img/sucesso.png') left no-repeat;
    padding-left: 60px;
    height: 55px;
}

