﻿.loginForm
{
    background-image: url('../images/Login.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 367px;
    height: 224px;
    font-size: 14px;
    margin: auto;
    position: relative;
    z-index: 6;
}

.loginForm .loginValidator
{
    position: relative;
    top: -60px;
    font-size: 12px;
    color: #FFFF00;
}

.loginForm .username
{
    padding: 3px;
    width: 260px;
    position: relative;
    top: 60px;
    background-color: transparent;

}

.loginForm .password
{
    padding: 3px;
    width: 260px;
    position: relative;
    top: 80px;
    background-color: transparent;

}


.loginForm .submit
{
    width: 226px;
    height: 36px;   
    position: relative;
    top: 100px;
}

.browser
{
    direction: rtl;
    line-height: 20px;
    z-index: 10;
    position: relative;
}

.IE8 a:link, .IE8 a:visited
{
    font-weight: bold;
    color: #CC3300;
    border-bottom-style: dashed;
    border-width: 1px;
    font-size: 11px;
}

.browser a:hover
{
    color: #FF9933;
    text-decoration: none;
}
