.titulo
{
	padding-left: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 4px !important;
	border-bottom: 1px dashed #00427a;	
}

.texto_item
{
	padding-top: 12px !important;
	padding-left: 0px !important;
}

#texto
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px !important;
}

#form
{
	margin: 0px auto;
	width: 380px;
}

.row
{
	padding-bottom: 12px;
}

.textfield, .textarea
{
	width: 400px;
}

.textarea
{
	height: 100px;
	overflow: auto;
}

.button
{
	margin-left: 346px;
	margin-top: 10px;
}

/* VALIDAÇÂO */

label
{
	width: 10em;
	white-space: nowrap;
}

label.error
{
	float: none;
	color: #FF3737;
	padding-left: .5em;
	vertical-align: top;
	display: none;
}