
.jetsetFix{
    width: 100%;
    height: 34px;
    padding: 6px 0px 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #999;
    vertical-align: middle;
    background-color: #ffffff;
    border: 2px solid #ebebeb;
    border-radius: 4px;
}

#loadingBackground
{
    background: #FFFFFF 50% 50% repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

#dvLoadingInfo
{
    background: url('/img/ajax-loader.gif') no-repeat center center;
    height: 80px;
    width: 100px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    z-index: 1000;
    background-color: #FFFFFF;
    opacity: 1;
    text-align: center;
    padding-top: 20px;
    color: #609ddb;
}