$(function() {
  $('.error').hide();
  $('input.text-input').css({backgroundColor:"#FFFFFF"});
  $('input.text-input').focus(function(){
    $(this).css({backgroundColor:"#FFFFFF"});
  });
  $('input.text-input').blur(function(){
    $(this).css({backgroundColor:"#FFFFFF"});
  });

});
/*
+"<br><a title='Cerrar' onclick='Shadowbox.close();'>Cerrar esta ventana</a>"
runOnLoad(function(){
  $("input#usuario").select().focus();
});
*/
