form fieldset {
	margin: 3px;
	padding: 3px;
	border: 1px dotted #EBEBEB;
}
form {
	width: 80%;
	margin: 0px auto;
	text-align: left;
}
form#filtro {
	width: 28%;
	float: right;
}
form legend {
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
	letter-spacing: normal;
	text-transform: lowercase;
}
form label {
	color: #333333;
	font-size: 11px;
	float: left;
	clear: left;
	display: block;
	text-decoration: none;
}
label {
	display: block;
	float: left;
	width: auto;
	clear: left;
	margin: 1px;
}
label.float {
	clear: none;
	float: left;
	display: block;
	width: auto;
}
label.float .pre_form {
	width: auto;
	margin-left: 5px;
}
form label.interno{
	float: left;
	clear: none;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}

.botoes {
	text-align: right;
}
form .pre_form {
	float: left;
	display: block;
	width: 100px;
	text-align: right;
	font-size: 11px;
	color: #3A6639;
	text-decoration: none;
	margin: 1px;
	margin-right: 5px;
	vertical-align: middle;
	height: 16px;
	padding: 0px;
	clear: none;
	font-weight: bold;
}


.confirmacao {
	display: block;
	width: 50%;
	clear: left;
	padding: 10px;
	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: 50%;
	clear: left;
	padding: 10px;
	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;
}
.buttons {
	margin: 0px auto;
	text-align: center;
}


.confirmacao {
	display: block;
	width: 90%;
	clear: left;
	padding: 10px;
	background-color: #CAF2A6;
	border: 1px dashed #668B41;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../images/fundo_confirmacao.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.confirmacao p {
	margin: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.alerta {
	display: block;
	width: 90%;
	clear: left;
	padding: 10px;
	background-color: #FFFF99;
	border: 1px dashed #FFCC00;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../images/fundo_alerta.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.alerta p {
	margin: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

