@charset "iso-8859-1";
form {
	margin: 0px auto;
	padding: 3px;
	width: 95%;
	color: #333333;
}
form * {color: #333333;}
form .pre_form {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-right: 5px;
	width: 80px;
	display: block;
	float: left;
	text-align: right;
	clear: left;
}
.col_dir form .pre_form {
	width: 50px;
}
form label .pre_form.float {
	text-align: left;
	width: auto;
	float: none;
	font-weight: normal;
	margin-left: 5px;
	margin-bottom: 3px;
	display: inline;
	clear: none;
}
form label {
	display: block;
	float: left;
	clear: left;
	margin: 1px;
}
form label.float {
	clear: none;
	float: left;
}
form label.float .pre_form {
	width: auto;
	margin-left: 5px;
}
form.form {
	border: solid 1px #999;
	background-color: #FFF;
}
form fieldset {
	color: #999;
	border: dotted 1px #CCC;
	height: auto;
	display: block;
	clear: left;
	margin: 3px;
	padding: 4px;
}
form legend {
	color:#999;
	font-weight: normal;
	background-color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
}
.button {
	background-color: #900;
	color: #FFF;
	font-size: 11px;
	margin: 3px;
	padding: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form p.botoes {
	text-align: center;
	margin: 0px auto;
	clear: left;
}
#form_login {
	margin-top: 100px;
}



#form_filtros .pre_from{
	width: 70px;
	font-weight: bold;
	display: block;
	float: left;
	clear: left;
	text-align: right;
	margin-right: 3px;
}
#form_filtros .form {
	width: 90px;
}

.confirmacao {
	display: block;
	width: 95%;
	clear: left;
	padding: 2%;
	background-color: #CAF2A6;
	border: 1px dashed #668B41;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.confirmacao p {
	margin: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.alerta {
	display: block;
	width: 95%;
	clear: left;
	padding: 2%;
	background-color: #FFFF99;
	border: 1px dashed #FFCC00;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.alerta p {
	margin: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

