.argem_wait_messageW7
{
    width: 350px;
    height: 120px;
    text-align: center;
    border: 3px solid #003366;
    background-color: #FFFFFF;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.argem_wait_overlayW7
{
    background-color: #CCCCCC;
}

a.argem_buttonW7,a.argem_buttonW7:visited
{
    /*background-image: url(../../Resim/Ortak/btn_bg.gif);     background-repeat: repeat-x;     background-position: center top;*/
    border: 1px solid #888888; /*background-color: #CEDEE7;*/
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 22px;
    height: 22px;
    display: inline-block;
    background: #ffffff;
    
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 10%, #b3d3fa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(10%,#ffffff), color-stop(100%,#b3d3fa));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 10%,#b3d3fa 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 10%,#b3d3fa 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 10%,#b3d3fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3d3fa',GradientType=0 );
    background: linear-gradient(top, #ffffff 0%,#ffffff 10%,#b3d3fa 100%);
}

a.argem_buttonW7:hover
{
    border-color: #0066CC;
    background-color: #BCD2DE;
}

a.argem_buttonW7:active
{
    border-color: #0066FF;
}

a.argem_buttonW7:focus
{
    background-color: #A4C2D2;
    border-color: #0066CC;
}

a.argem_buttonW7 img
{
    margin-top: 1px;
}