input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 0px;
	border-right: 0;
	border-left: 0;
	border-bottom: 1px dashed #888;
	background: transparent;
	color: #FF6633;
}

.inputBox {
	font-family: Arial, Helvetica, sans;
	font-size: 12px;
	border: 1px dashed #d8de50;
	background: #d8de50; 
	color: #333;
}

#bodyBg {
	font-family: Arial, Helvetica, sans;
	font-size: 14px;
	border: 0px;
	
	color: #333;
}


a#bttn_buscar:link, a#bttn_buscar:active, a#bttn_buscar:visited {
	background:#d8de50;
	padding: 5px 5px;
	margin-left:-3px;
	width:25px;
	height:16px;
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	outline:none;
}
a#bttn_buscar:hover {
	background:#ccc;
}
