.reset
{
    border: 0px none;
    clear: both;
    float: none;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    width: 0px;
}

.ajax-spinner
{
    background: url('../img/spinner.gif') no-repeat center left;
}
.ajax-spinner-div
{
    background: url('../img/spinner.gif') no-repeat center left;
    height: 16px;
    width: 16px;
}
#ajax-spinner
{
    background: whitesmoke url('../img/spinner.gif') no-repeat 50% 50%;
    bottom: 45%;
    display: none;
    font-size: 0;
    left: 45%;
    margin: 15px 0 0 15px;
    padding: 13px;
    position: absolute;
    right: 45%;
    top: 45%;
    z-index: 123456;
}

.fl
{
    float: left;
}

.fr
{
    float: right;
}

.nowrap
{
    white-space: nowrap;
}
div.nowrap input
{
    display: inline-block;
}

.tal
{
    text-align: left;
}
.tac
{
    text-align: center;
}
.tar
{
    text-align: right;
}

.account_prefix 
{
    width: 75px !important;
    display: inline-block;
}
.account_number 
{
    width: 110px !important;
    display: inline-block;
}
.account_bank 
{
    width: 60px !important; 
    display: inline-block;
}