/*formularios*/
#FormBox form{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
    }
#FormBox fieldset{
	border: 1px solid #DADAB6;
	margin: 5px;
    }
#FormBox legend{
	font-weight: bold;
	color: #039;
	font-size: 11pt;
	letter-spacing: 1px;
	padding: 5px;
    }
/* HACK PARA CORRIGIR O MARGIN-BOTTOM
html>body #FormBox legend{
  	margin-bottom: 5px;
    }*/
#FormBox input{
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 11px;
	margin-bottom: 10px;
	color: #333;
	padding: 2px;
	}       
#FormBox select{
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 11px;
	margin-bottom: 10px;
	color: #333;
	width: 100px;
	}
#FormBox .estado{
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 11px;
	margin-bottom: 10px;
	color: #333;
	width: 50px;
	}	
#FormBox textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 2px;
	}         	  	    	  
#FormBox label{
	display: block;
	width: 80px;
	color: #036;
	text-align: right;
	float: left;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
    }
#FormBox .aviso{
	font-size: 10px;
	color: #666;
	padding: 10px;
    }
#FormBox .botao{
	color: #003366;
	background-color: #EFEFDE;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 70px;	
    }
#FormBox #boxBtn{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
    }	
/*formulario cadastro*/
#cadastro {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	display: block;
	text-align: left;
	background-color: #F4F4EC;
	display: block;
	clear: both;
	margin: 5px;
    }
#cadastro fieldset{
	border: 1px solid #DADAB6;
	padding: 5px;
	margin-bottom: 10px;
    }
#cadastro legend{
	font-weight: bold;
	color: #039;
	font-size: 9px;
	padding: 3px;
	display: block;
	text-align: center;
    }
/* HACK PARA CORRIGIR O MARGIN-BOTTOM
html>body #FormBox legend{
  	margin-bottom: 5px;
    }*/
#cadastro input{
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 10px;
	margin-bottom: 10px;
	color: #006699;
	padding: 2px;
	}       
#cadastro label{
	display: block;
	width: 35px;
	color: #036;
	text-align: right;
	float: left;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
    }
#cadastro .botao{
	color: #003366;
	background-color: #EFEFDE;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 70px;	
    }
#cadastro #boxBtn{
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
    }	

/*
	w3FormValidation (2.0) - 25/11/2006
	Por Leandro Vieira Pinho - http://leandro.w3invent.com.br
	
	Para informações de uso deste add-on visite:
	http://leandro.w3invent.com.br/addons/w3FormValidation/

	Nota: Este add-on requer a Mtzlib 0.2.6 ou superior.
	Mtzlib: http://metzen.com.br/mtzlib/

	O código HTML gerado para exibir o box com as mensagens é o seguinte:
	
	<div id="w3ShowMsgToUser">
		<h3>Observações!</h3>
		<ol>
			<li>Mensagem</li>
			<li>...</li>
		</ol>
		<input id="w3ShowMsgToUserBtnOk" value="Ok" type="button">
	</div>
*/
#w3BodyOverlay { 
	background-color: #FF9900;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	filter:alpha(opacity="0");
}
#w3ShowMsgToUser {
	position: absolute;
	left: 50%;
	width: 350px;
	margin-left: -175px;
	background-color: #C0E7FA;
	border: 2px solid #59C0F1;
	color: #000;
	padding: 0 0 5px 1em;
	opacity: 0;
	filter: alpha(opacity="0");
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	text-align: left;
}
#w3ShowMsgToUser h3 {
	background-color: #59C0F1;
	margin: 0 0 0.5em -1em;
	padding: 0.5em 1em 0.5em;
}
#w3ShowMsgToUser ol {
	margin: 0 0 5px;
	padding: 0;
	list-style-position: inside;
	list-style-type: decimal;
	line-height: 1.5em;
}
#w3ShowMsgToUser input {
	width: 65px;
	font-weight: bold;
	padding: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0;
}
.w3FieldError {
	background-color: #fcc;
}