table
{
	width: 100%;
	border: 0;
}

#main table th
{
	background-color: #e8e8e8;
}

#main table th, #main table td
{
	font-size: 12px;
	padding: 0.2em;
}

#main table td
{
	border-bottom: solid #e8e8e8 1px;
}

#main table.nostyle td
{
	border-bottom: none;
}

form
{
}

form label
{
	cursor: pointer;
	width: 120px;
	float: left;
}

form label.maior
{
	width: 220px;
}

form label.auto
{
	width: auto;
}

form label.opcao
{
	display: inline;
}

form fieldset
{
	padding: 15px;
	margin: 0;
	margin-bottom: 15px;
	border: solid #999 1px;
	font-size: 12px;
	
}


form legend
{
	border: 1px solid #ccc;
	padding: 5px 10px;
	background: #FFFFEA;
	font-weight:bold;
	color:#0033CC;
}

input {background-color:#FFFFF4;
border:solid #000 1px;
padding:4px;
}

select { 
background-color: #FFFFF4;

}

*html form legend
{
	margin-bottom: 1em;
}

form input, form select, form option, form optgroup
{
	font-size: 10px;
}

.botao {
border:none;
background-color:none;

}
