﻿html
{
    direction: ltr;
}
body
{
    background-color: Black;
    background-image: url(images/back.jpg);
    direction: rtl;
    font-family: Arial;
    font-size: large;
    font-weight: bold;
}
div.wrapper
{
    background: url(images/background.jpg) no-repeat;
    height: 768px;
    margin: auto;
    width: 1024px;
}
form 
{
    float:left;
    left:130px;
    position:relative;
    top:430px;
    width:300px;
}
form fieldset
{
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 10px 0px;
    border: none;
    height: 20px;
    text-align: left;
    width:305px;
    float: left;
}
form fieldset input
{
    width: 80px;
}
#email
{
    width: 132px;
}
#field_name
{
    width: 133px;
}
strong
{
    clear:both;
    color:red;
    display:block;
    font-size:small;
}
#Button
{
    background-image: url(images/send.jpg);
    height: 30px;
    width: 80px;
}