*
{
    font-family: "Guttman David";
    direction: rtl;
}

label
{
    width: 125px;
    float: right;
    font-size: 16pt;
}

div.Frame
{
    background: url('../images/background.gif') no-repeat;
    height: 1200px;
    margin: 0 auto;
    width: 820px;
    z-index: 1;
}

div .Form
{
    position: relative;
    /*bottom: -500px;*/
    top: 1020px;
    width: 630px;
}

div .Fields
{
    float: bottom;
    margin-bottom: 8px;
}

input.text
{
    font-size: 11pt;
    width: 157px;
    height: 19px;
    background: url('../images/Box.png') no-repeat;
}

input#Submit
{
    background: url('../images/Button.png') no-repeat;
    border: 0;
    cursor: pointer;
    float: right;
    height: 52px;
    margin: 10px 0 0;
    width: 250px;
}