form#cadastro
{
	margin: 0;
	padding: 0;
}

form#cadastro fieldset
{
	font-size: 11px;
	border: solid #e8e8e8 1px;
	padding: 10px;
	padding-top: 0;
	line-height: 20px;
	margin: 0 5px;
}

form#cadastro fieldset.erro
{
	border: solid red 1px;
}

form#cadastro fieldset legend
{
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0;
	color: #1265CD;
}

form#cadastro fieldset.erro legend
{
	color: red;
}

form#cadastro fieldset label
{
	line-height: 20px;
	display: block;
	width: 125px;
	float: left;
}

form#cadastro fieldset label.maior
{
	width: 250px;
}

form#cadastro fieldset input, form#cadastro fieldset select, form#cadastro fieldset textarea
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin: 1px 0;
}

form#cadastro fieldset textarea
{
	margin: 0;
	width: 100%;
	height: 150px;
}

form#cadastro input.botao
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	padding: 0 3px;
	background-color: #1C8CFD;
	border: solid #0F5ABE 1px;
	color: white;
	font-weight: bold;
}
