form .form_disabled {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	background-color: #F7F7F7;
	border: 1px solid #E1E1E1;
}

form .form {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
form fieldset {
	margin: 3px;
	padding: 3px;
	border: 1px dotted #BBD7DF;
}
form .button {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0099CC;
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	width: auto;
	float: right;
	margin: 2px;
	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;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
form {
	width: 300px;
	margin: 0px auto;
	text-align: center;
}

form legend {
	font-size: 11px;
	color: #64A0BD;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
form label {
	color: #333333;
	font-size: 11px;
	float: left;
	clear: left;
	display: block;
	text-decoration: none;
}
form label.interno{
	float: left;
	clear: none;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
form .pre_form {
	float: left;
	display: block;
	width: 100px;
	text-align: right;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin: 1px;
	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;
}
td * {
	font-size: 14px;
	font-weight: normal;
}
h1 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
h2 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
.titulo {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
table.borda_geral {
	border: solid 1px #000000;
}
table td{
	margin: 3px;
	padding: 0px;
}
table .linha_esq {
	border-left: solid 1px #000000;
}
table .linha_dir {
	border-right: solid 1px #000000;
}
table .linha_inferior {
	border-bottom: solid 1px #000000;
}
table .linha_superiror {
	border-top: solid 1px #000000;
}

