
  .f1 {
    font-size:    19px;
    font-weight:  bold;
  }
  
  .f10 {
    font-size:    10px;
  }
  
  .f12 {
    font-size:    12px;
  }
  
  .bold {
    font-weight: bold;
  }
  
  .icon-alert {
    background-image: url('/imgs/common/icons/icon_alert.gif');
    background-position: 5px center;
    background-repeat: no-repeat;
    text-indent: 20px;
  }
  
  .icon-help {
    background-image: url('/imgs/common/icons/help.png');
    background-position: 5px center;
    background-repeat: no-repeat;
    text-indent: 25px;
    line-height:  20px;
  }
  
  .icon-add-funds {
    background-image: url('/imgs/common/icons/money_add.png');
    background-position: 5px center;
    background-repeat: no-repeat;
    text-indent: 25px;
    line-height:  20px;
  }
  
  .icon-cancel {
    background-image: url('/imgs/common/icons/cancel_16.png');
    background-position: 5px center;
    background-repeat: no-repeat;
    text-indent: 25px;
    line-height:  20px;
  }
  
  .icon-table-refresh {
    background-image: url('/imgs/common/icons/table_refresh.png');
    background-position: 5px center;
    background-repeat: no-repeat;
    text-indent: 25px;
    line-height:  20px;
  }  
  
  .icon-arrow-undo {
    background-image: url('/imgs/common/icons/arrow_undo.png');
    background-position: 5px center;
    background-repeat: no-repeat;
    text-indent: 25px;
    line-height:  20px;
  }
  
  .icon-forward {
    background-image: url('/imgs/common/icons/forward.png');
    background-position: 5px center;
    background-repeat: no-repeat;
    text-indent: 25px;
    line-height:  20px;
  }
  
  
  .icon-voice-support {
    background-image: url('/imgs/common/icons/voice-support.png');
    background-position: 5px center;
    background-repeat: no-repeat;
    text-indent: 25px;
    line-height:  20px;
  }
  
  .icon-home {
    background-image: url('/imgs/common/icons/gohome.png');
    background-position: 5px center;
    background-repeat: no-repeat;
    text-indent: 25px;
    line-height:  20px;
  }
  
  .icon-coins-add {
    background-image: url('/imgs/common/icons/coins_add.png');
    background-position: 5px center;
    background-repeat: no-repeat;
    text-indent: 25px;
    line-height:  20px;
  }
  
  
  
  .captcha {
    margin-bottom: -8px;
    *margin-bottom: -4px;
  }