/* CSS Document */
textarea.error, input.error {
	background:#f9f9f9 url('../imagenes/inputBgError.gif') repeat-x top left;
}
.inputBuscar.error{
	background:#f9f9f9 url('../imagenes/button_sprite.gif') no-repeat scroll left top;
	display:block;
	float:left;
	height:12px;
	width:150px;
	background-position:right -57px;
}
