/*YAC code600201*/
form{
	font-size: 10pt;}
        
fieldset{
	border: 1px solid #000;
	padding: 20px;
	width: 60%;
	margin-left: 130px;
	}

legend{
	color: #000;
	font-weight: bold;
	font-size: 11pt;
	letter-spacing: 1px;}
        
/* HACK PARA CORRIGIR O MARGIN-BOTTOM*/
html>body legend{
	margin-bottom: 0px;}
        
input{
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #0E0659;
	font-size: 13px;
	margin-bottom: 10px;}
        
select{
	color: #0E0659;
	border: 1px solid #000;
	font-size: 13px;
	margin-bottom: 10px;}
        
label{
	border-bottom: 1px solid #000;
	color: #000;
	display: block;
	float: left;
	width: 140px;}
        
.botao{
	background: #D3D8C5;
	font-size: 13px;
	margin: 15px 6px 0px 0px;}
	
textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;}