﻿body
{
    font-family: tahoma;
    color: #fff;
    direction: rtl;
    background-image: url(images/login_body_bg.jpg);
    background-repeat: repeat-x;
    background-color: #eaf4fb;
}

#wrapper
{
    display: block;
    width: 483px;
    height: 396px;
    margin: auto;
    background-image: url(images/login_bg.gif);
    background-repeat: no-repeat;
    position: relative;
    margin-top: 100px;
}

.loginControl
{
    float: right;
    display: block;
    overflow: hidden;
    width: 220;
    margin-right: 100px;
    margin-top: 100px;
}

.txt_username, .txt_password, txt_recovery
{
    display: inline-block;
    width: 142px;
    height: 29px;
    border: 0;
    color: #01536f;
    font-size: 18px;
    line-height: 28px;
    padding-right: 30px;
    background-color: Transparent;
    background-image: url(images/login_bgTextBoxRecovery.gif);
    background-repeat: no-repeat;
    background-position:right;
}

.txt_username
{
    background-image: url(images/login_bgTextBoxUserName.gif);
    background-repeat: no-repeat;
}
.txt_password
{
    background-image: url(images/login_bgTextBoxpassword.gif);
    background-repeat: no-repeat;
}


.btn_login
{
    background-color: Transparent;
    display: block;
    width: 85px;
    height: 27px;
    border: 0;
    background-image: url(images/login_btnLogin.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}

.btn_continue
{
    background-color: Transparent;
    display: block;
    width: 85px;
    height: 27px;
    border: 0;
    background-image: url(images/login_btnContinue.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}

.litral
{
    font-size: 11px;
}

