﻿body
{
    direction: rtl;
    color: #444444;
    font-family: Arial;
    font-size: 10pt;
    margin-top: 0px;
    margin-right: 0px;
}
input
{
    font-family: Arial;
    
}
input[type=text]
{
    width: 160px;
    border: solid 1px #cccccc;
    height: 18px;
}
input[type=submit]
{
    background-color: #79B9FD;
    color: #ffffff;
    border-style: none;
    font-weight: bold;
    cursor: pointer;
}
