body, table, p, input, select, textarea, button, div, a, label, ul, li, pre, cite, legend{
	color: #333;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
form{
	display: inline; 
	margin: 5px; 
	padding: 0; 
	height: 24px; 
	line-height: 24px;
}
input, textarea{
	border: 1px solid #999;
}

#frm fieldset{
	border: 1px solid #8F8E96;
	margin: 0;
}
#frm fieldset legend{
	color: #4F4691;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
}
#frm fieldset label{
	display: block;
	font-weight: bold;
}
p{
	display: block;
	background: #F6F6F6;
	border-bottom: dashed 1px #DDD;
	margin: 0;
	padding: 5px 0;
}
#frm input,
#frm textarea{
	color: #666;
	padding: 4px; 
	width: 360px;
	margin-bottom: 10px;
}
#frm .text{
	height: 70px;
}
#frm .file{
	font-weight: normal;
	padding-right: 7px;
	width: 350px;
}
#frm .send{
	color: #5A586F; 
	background: #B7BBC2; 
	border: solid 1px #8F8E96; 
	font-weight: bold;
	width: 130px;
	cursor: pointer;
}
#sobrenome { visibility:hidden; display:none;}
.menor { 
	font-size: 10px;
	color: #ccc;
}

