/* $Id: ip2country.css,v 1.2 2009/04/15 00:06:33 tr Exp $ */

#dbthrobber.working {
  padding: 0 1.5em 0 0;
  background-image: url(/misc/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% -20px; /* 20px = half height of throbber */
  color: green;
}

#dbthrobber.completed {
  color: green;
}

#dbthrobber.message,
#lookup-message.message {
  color: red;
}
