﻿body 
{
    direction:rtl;
}
.spacer
{
    clear:both;
    height:5px;
}
.padding
{
    clear:both;
    padding:5px;
}
.error
{
    color:#ff0000;
    font-size:14px;
    font-weight:bold;
    font-family:Arial;
}
.greenmessage
{
    color:Green;
    font-size:14px;
    font-weight:bold;
    font-family:Arial;
}
.loginBox
{
    text-align:right;
}
.loginButton
{
    float:left;
}
.loginBoxInput
{
    border:solid 3px #D3D3D3;
    width:187px;
}
.loginBoxLabel
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    padding:8px 0;
}
div.forgotPasswordTitle
{
    width:400px;
    margin: 0 auto;
    font-family:FrankRuehl;
    font-size:24px;
}
div.forgotPasswordInstructions
{
    width:400px;
    margin: 0 auto;
    font-family:FrankRuehl;
    font-size:18px;
}
.forgotbutton
{
    background:url('../../images/sendbutton.jpg');
    height:23px;
    width:66px;
    display:inline-block;
    text-align:center;
    font-family:FrankRuehl;
    font-size:13px;
    color:Black;
    text-decoration:none;
}
.forgotbutton span
{
    display:inline-block;
    padding:7px 0 0 0;
}