﻿body {
}

.modalCloseImg
{
    background: transparent url('../mainImage/button_blue_close.png') no-repeat scroll 0 0;
    cursor: pointer;
    height: 32px;
    position: fixed;
    width: 32px;
    z-index: 2001;
    left: 180px;
    top: 69px;
}
    
.UnreadSms
{    
     background-color: #EAF0F3;
    border: 7px solid #1060A5;
    color: #000066;
    display: none;
    height: 49px;
    position: fixed;
    width: 180px;
    z-index: 2000;
       font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    top:14%;  
    }

.waitDiv
{
    display: none;
    background-image: url('../images/back_search.png');
    position: fixed;
    vertical-align: middle;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    height: 100%;
    z-index: 4000;
    background-repeat: repeat;
}




.box
{
    background-position: center;
    margin: auto;
    margin-top: 1px;
    width: 320px;
    height: 50px;
    position: relative;
    background-repeat: no-repeat;
    background-image: url('../images/loadingAnimation.gif');
}




.load
{
    display:none;
    position:relative;   
    text-align:right;  
    width:10px;
    height:10px;
    float:right;
    vertical-align:middle;
}

