﻿html,body
{
    width:100;
    height:100%;
}

body
{
    background-color:#e7e7e7;
}

div#CenterPanel
{
    background-color:#2da9b3;
    background-repeat:no-repeat;
    background-position:center;    
    width:100%;
    height:282px;
    margin-top:15%;
}

div#LoginContainer
{
    direction:rtl;
    width:730px;
    text-align:right;
}

input
{
    font-family:Tahoma;
    font-size:9pt;
}
