@charset "utf-8";
.header_pt_azul {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	letter-spacing: 1px;
}
.texto_pt {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 1px;
}

.header_en_azul {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #27627E;
	letter-spacing: 1px;
}
.texto_en {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #27627E;
	letter-spacing: 1px;
	font-style: normal;
}
.erros {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px dotted #CFBA81;
	letter-spacing: 1px;
	background-image: url(../images/fundo_erros.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.sucesso {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #F3FDFE;
	border: 1px solid #27627E;
	letter-spacing: 1px;
	padding: 5px;
}
.border {
	border: 1px solid #CCCCCC;
}
.inputtexto {
	border: 1px solid #CCCCCC;
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	padding: 2px;
	letter-spacing: 1px;
}
html {
overflow: auto;
}
textarea {overflow:auto;}

.borderLEFT {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #E2E2E2;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	border-left-color: #E2E2E2;
}
.borderRIGHT {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E2E2E2;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	border-left-color: #E2E2E2;
}

.required {
color:#b42521;

}
