
#flashOk{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 6px;
    padding-left: 5px;
    height: 30px;
    border: 1px #00a800 solid;
    font-size: large;
    height: 22px;
}

.botaoFechar{
    margin: 0px 5px 5px 0px;
    padding: 0px 2px 2px 2px;
    float: right;
    color: #000;
}

.botaoFechar a:link {font-size: x-small; color:white; text-decoration: none; background: none;}
.botaoFechar a:visited {font-size: x-small; color:white; text-decoration: none; background: none;}
.botaoFechar a:hover {font-size: x-small; color:#808080; text-decoration:underline; background: none;}


.texto{
    width: 700px;
    margin: 0px 5px 5px 0px;
    padding: 0px 2px 2px 2px;
}

/*Flash Message Erro*/
.flashErro{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 6px;
    padding-left: 5px;
    height: 30px;
    border: 1px #c40000 solid;
    font-size: large;
    height: 22px;
}

#flashAlerta{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 6px;
    padding-left: 5px;
    width: 99%;
    height: 30px;
    border: 1px #968e30 solid;
    font-size: large;
    height: 22px;
}


.ui-state-ok, .ui-widget-content .ui-state-ok, .ui-widget-header .ui-state-ok {border: 1px solid  darkslategrey; background: seagreen 50% 50% repeat; color: #ffffff;}
.ui-state-ok a, .ui-widget-content .ui-state-ok a, .ui-widget-header .ui-state-ok a { color: #ffffff; }
.ui-state-ok-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }

