@charset "ISO-8859-1";
.boton_buscar {
	color: #FFF;
	background-color: #FF6100;
}
#pie {
	float:left;
	display:inline;
	width:180px;
	margin:0 15px;
	text-align:justify;
	padding:0 0 15px 0
}
label {
	line-height: 100%;
	display: block;
	padding-bottom: 3px;
	padding-top: 3px;
}
input.textField {
	width: 200px;
	color: #4C462C;
	padding: 2px;
	background: #fff;
	border: 1px solid #999;
	display: inline;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-size: 12px;
}
textarea.textArea {
	width: 190px;
	height: 80px;
	color: #4C462C;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 4px;
	border: 1px solid #999;
	overflow: auto;
	margin-bottom: 5px;
	font-size: 12px;
}
.error-message, label.error {
	color: #FFF;
	display: block;
	font-size: 11px !important;
	background-color: #FF6100;
	padding-bottom: 3px;
}
#messageLabel { 
display: none !important; 
}
#message { 
display: none !important; 
}
