body
{
  padding: 0px;
  margin: 0px;
  font-family: "Tahoma";
  font-size: 11px;
  color: #000000;
  background-color: #014272;
  line-height: 14px;
}
a 
{
  text-decoration: none;
  color: #e16626;
}
img {
 border-style: none;
}

.loader
{
   position: absolute; top: 0px; left: 0px;
   width: 100%;
   height: 100%;
   background-color: #ffffff;
   background-image: url(loader.gif);
   background-repeat: no-repeat;
   background-position: 50% 50%;
   z-index: 20002;
}

.form 
{ 
   width: 305px;
   font-size: 10px;
   color: #000000; 
   font-family: Verdana; 
   background: #FFFFFF; 
   border: 1px solid; 
   border-color: #000000;
   padding: 3px;
}

.button
{
   font-family: Verdana;
   font-size: 11px;
   background-image: url(button.gif);
   color: #000000;
   margin-bottom: 1px;
   margin-left: 2px;
   width: 81px;
   height: 20px;
   border: 0;
}

#ranking
{
   display: none;

   position: absolute; top: 10px; left: 10px;
   z-index: 20000;

   width: 350px;
   height: 180px;

   background-color: #ffffff;
   border: 5px solid #000000;
}

.rankBtnContainer
{
   position: absolute; top: 17px; left: 15px;
   z-index: 20001;
}
.rankingsBtn
{
   position: absolute; top: 2px; left: 110px;
   z-index: 20001;
}
