
#conteudo input[readonly] { background: #DDD; }

#conteudo input[type="submit"], input[type="button"] {
	background: url("../IMG/tabright.gif") left top;
	background-repeat:repeat-x;
	padding:2.5px 6.7px 2.5px 6.7px;
	color:#444;
	border: 1px solid #444;
	font-size:88%;
	height: 20px;
}

#conteudo input[type="submit"]:hover, input[type="button"]:hover {
	background-position: left bottom;
	color: #FFF;
	border-right: 1px inset;
	border-bottom: 1px inset;
}

#conteudo .pergunta input[type="radio"] { vertical-align: text-bottom; }

#conteudo form .inputs {
	padding: 3.5px;
	clear: both;
}

#conteudo form .labels {
	width: 150px;
	float: left;
	text-align: right;
	line-height: 20px;
	clear: right;
	padding-right: 1em;
}

#conteudo form fieldset { border: 0; }

#conteudo form input[type="radio"], #conteudo form input[type="checkbox"] { margin: 0px 2px 0px 4px; }

