/* CSS Document */
input:focus, textarea:focus { background: #F4F8F1; }

input, textarea, select {
	font-size: 11px;
	color: #333333;
	font-family: tahoma;
	border-color:#FF9900;
	border-width:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-left-style:solid;
	border-bottom-style:solid;
	background-color:white;
}

.tira_borda{
	border-top-style: none;
	font-family: verdana;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-color:white;
}
