@charset "utf-8";
div#alertaMsg{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
}

div#alertaMsg div{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
}

div#alertaMsg p{
    width: 400px;
    background-color:#fff;
    color: #333;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -170px;
    margin-top: -200px;
    text-align: center;
    border: 1px solid #e8e8e8;
    padding: 20px 15px;
	border-radius: 10px;
}

div#alertaMsg p img{
    margin-bottom: 10px;
    width: 35px;
}

div#alertaMsg p a{
    border: 1px solid #e8e8e8;
    padding: 3px 15px;
    font-weight: bold;
	text-decoration: none;
	color: #333;
}
form .erro {
	background-color: #FFE8E9;
	border: solid 1px #D6A9A9;
}

/*
form fieldset {
    border: 2px solid #d4d4d3;
    margin: 0;
    padding: 3%;
    width: 94%;
}
form legend {
    font-weight: bold;
    font-size: 100%;
    padding: 5px;
}
*/
.erro {
    background-color: #FFE8E9;
}
/*
form select {
    height: 34px;
    max-width:670px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
*/
form select option.inativo {
    color: #cdcccc;
}

/*form.login {
    max-width: 700px;
    margin: 50px auto;
}*/
/*form.login label, form.consulta label {
    width: 150px;
}*/
form.consulta label.float {
    width: auto;
}
form.login legend {
    display: none;
}
form.consulta {
    max-width: 700px;
    margin: 50px auto;
}