﻿#ctl00_cphConteudo_CadastroForm_dialogMessageErro_DragTable
{
    display: none;
}
input, textarea, select
{
    padding: 1px;
}
input.error, textarea.error
{
    min-height: 10px;
    border: 1px solid red;
    background-color: rgb(255,255,200);
}
input.error, textarea.error, select.error
{
    min-height: 10px;
    border: 1px solid red;
    background-color: rgb(255,255,200);
}

div.error select
{
    background: rgb(255,255,200);
    border: 0;
}

div.error
{
    background: rgb(255,255,200);
    min-height: 10px;
    border: 1px solid red;
}

.corpoInterno label.error
{
    background: url( '/Layout/Images/alerta_validacao.png' ) no-repeat;
    padding-left: 20px;
    color: red;
    min-height: 16px;
}
.legendaObrigatorio
{
    width: 900px;
    color: Red;
    text-align: right;
}



#DivErrorMotivo
{
    width: 400px;
}

#DivErrorInteresse
{
    width: 100px;
}

.SpanErro
{
    background: url( '/Layout/Images/alerta_validacao.png' ) no-repeat rgb(255,255,200);
    min-height: 10px;
    min-width: 100px;
    border: 1px solid red;
}

