textarea {
    resize: none;
}

li {
	list-style: none;
}
.titulo_edital {
	font-size:12pt;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
}
body {
	font-family: "Droid Serif", arial, verdana;
}
label {
	font-weight: bold;
	font-size: 14pt;
}

legend {
	font-size: 18pt;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 0px;
}


h1 {
	text-align: center;
}

fieldset {
	border-right:none;
	border-left: none;
	border-bottom: none;
	padding-left:0px;
	padding-right:0px;
}
fieldset > fieldset {
	border: none;
	margin-left:10px;
}
fieldset > fieldset > legend {
	font-size: 16pt;
	margin-left: 10px;
	padding-bottom:0px;
}

.alerta {
	margin-top:5px;
	color:red;
	font-weight:bold;
}

.detalhamento {
	color: #595959;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 0px;
	font-family: cursive;
	text-align:justify;
}
.container-campo {
	margin-bottom:10px;
	margin-left: 20px;
}
.container-radio {
	margin-left: 10px;
}
.container-arquivo {
	margin-left: 10px;
}
label.error {
	color: red;
	margin-left: 10px;
	font-size: 12pt;
}
.erro, .sucesso, .alerta, .pergunta {
	text-align: justify;
    width: 96%;
    padding: 2%;
    margin: 10px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.sucesso {
    background: #eff4d4;
    border: 1px solid #8fad3d;
    color: #596c26;
}

.alerta {
    background: #ffea97;
    border: 1px solid #e2b500;
    color: #995f5b;
}

.erro {
    background: #efcec9;
    border: 1px solid #ad3f30;
    color: #943728;
}

.pergunta {
    background: #c6d8f0;
    border: 1px solid #4381cc;
    color: #5c58b9;
}