body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
}
#form1 legend {
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
#form1 fieldset {
 padding: 20px 10px 20px 10px;
 width: 550px;
}
#form1 label {
	color: #333;
}
.linha {
	padding-top: 10px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.linha2 {
	padding-top: 10px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
#form1 fieldset .linha table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}

input,select,textarea{
	background-color: #f4f4f4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	text-transform: uppercase;
}
