﻿body
{
    font-family: tahoma;
    color:#fff;
    direction: rtl;
}

#wrapper
{
    display: block;
    width: 487px;
    height: 370px;
    margin: auto;
    background-image: url(images/login_bg.jpg);
    background-repeat: no-repeat;
    position: relative;
    margin-top:100px;
    
}

#loginControl
{
    float: right;
    display: block;
    overflow: hidden;
    width: 220;
    margin-right: 40px;
    margin-top: 140px;
}

.txt_username, .txt_password
{
    display: inline-block;
    width: 142px;
    height: 29px;
    border: 0;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding-right: 30px;
    background-color: Transparent;
}

.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;
}

.litral
{
    font-size:11px;
}

