#tblForm
{
	font-size: 12px;
	margin-top: 20px;
}

fieldset 
{
	border: 0;
}

legend 
{
	display: none;
}

caption 
{
	display: none;
}

#tblForm .nome_campos 
{
	vertical-align:top;
	padding-left:5px;
}

#tblForm input, #tblForm select, #tblForm textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #333;
}

#tblForm .button
{
	text-align:right
}

#tblForm .button input
{
	width: 50px;
	height: 20px;
	background: none;
	border: 0;
	color: #3ccad8;
	font-weight: bolder;
	border:0;
}

#tblForm .button input:hover 
{
	cursor: pointer;
	color: #555;
}