
html
{

    direction: rtl;
    background-color: #ffffff;
}

body
{
    direction: rtl;
    font-family: Arial,Verdana,Tahoma;
    background:#f3f7f9 url(../images/body_bg.png) no-repeat;
    font-size: 14px;
    color: #007dc6;
    margin: 0px;
    padding: 0px;
    margin: 0 auto;

    width: 100%;
    background-position: top center;
}

.wrapper
{
    max-width: 800px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.abstop
{
    position: absolute;
    z-index: 1;
}

.pts
{
    padding-top: 5px;
}

.ptm
{
    padding-top: 10px;
}

.ptl
{
    padding-top: 20px;
}


.flt
{
    float: left;
}

.frt
{
    float: right;
}
.bottom
{
    width: 100%;
    padding: 20px 0px;
    min-height: 270px;
    position: relative;
}
.bottom img
{
margin-right:130px;
}
.bottom  span
{
position:relative;
top:-6px;
}
.clr
{
    clear: both;
}

.thanks
{
    max-width:428px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
position:relative;
top:0px;
z-index:999999;
}

.thanks img
{
    width: 100%;
    height: auto;
}

.bx-wrapper
{
	z-index:0;
}
.logo
{
    max-width:148px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
position:relative;
top:-50px;
z-index:1;
}

.logo img
{
    width: 100%;
    height: auto;
}
.slogen
{
    max-width:442px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
position:relative;
top:-50px;
z-index:999999;
}

.slogen img
{
    width: 100%;
    height: auto;
}
.rightcolumn
{
    max-width: 470px;
    width: 60%;
    float: right;
}

.rightcolumn img
{
    width: 100%;
    height: auto; /* margin-top: 80px;*/
}

.leftcolumn
{
    /* margin-top: 80px;*/
    max-width: 300px;
    width: 35%;
    float: left;
}

.form_bg
{
    background: transparent url(../images/form_bg.png) no-repeat;
    background-size:100% 100%;
    width: 100%;
    max-width: 300px;
    padding-bottom: 5px;
}
.input_bg
{
    margin: 10px auto;
    padding: 1% 4%;
}

.input_bg table
{
    text-align: center;
}

.form_title
{
    padding-top: 10px;
    padding-right: 10px;
}
.main
{
    max-width: 744px;
}

.input
{
    float: left; /* margin: 15px 0px 0px 0px;*/
    text-align: left;
}

input[type=text], input[type=email]
{
    margin-bottom: 7%;
    width: 98%;
    height: 85%;
    max-height: 47px;
    font-size: 16px;
    color: #58585A;
    -moz-box-shadow: inset 0 0 20px #DEDEDE;
    -webkit-box-shadow: inset 0 0 20px #DEDEDE;
    box-shadow: inset 0 0 20px #DEDEDE;
    border: 1px solid #DEDEDE;
    padding-right: 2%;
    font-weight: bold;
}
.label
{
    padding-bottom:15px;
    font-size: 16px;
    color: #58585A;
    font-weight: bold;
    text-align:right;
}
.img
{
    width: 100%;
    height: auto;
}

.sendtd
{
    margin: 0px 10px 0px 10px;
}

input[type=image]
{
    margin-top: 0px;
    width: 100%;
    height: auto;
}
.mobile
{
    display: none;
}
.desktop
{
    display: inline;
}

.bottomnumber
{
    width: 45%;
    margin: 0px auto;
}


.mobilerelative
{
position:relative;
top:-40px;
}

    .bottom
    {

       padding: 0px 0px;
min-height: 70px;
margin: 0px auto;
position: relative;
top: -40px;
z-index: 99999;
    }
/*/////////////////////////////////////////////////////////////////////////////////800/////////////////////////////////*/

@media (max-width:800px) 
{
    body
    {
		 background:#f3f7f9 url(../images/body_bg.png) no-repeat;
    }
.bottom img
{
margin-right:10px;
}
   }
   
   @media (max-width:600px)
{


     body
    {
	 background:#f3f7f9;
    }
    .rightcolumn
    {
        padding: 0;
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .leftcolumn
    {
        width:100%;
        padding: 10px 0px;
        margin: 0px auto;
        max-width: 600px;
        position: relative;
        top: -5px;
    }
    .bottom
    {
        width: 100%;
        padding: 0px 0px;
        min-height: 70px;
        margin: 0px auto;
        position: relative;
        top: -45px;
    }

    .logo
    {
        max-width: 199px;
        width: 45%;
        margin: 0 auto;
    }
    .rightcolumn img
    {
        width: 100%;
        height: auto; /*margin-top: 60px;*/
		margin:0 auto;
    }
    .desktop
    {
        display: none;
    }
    .bottom img
    {

    }
    .mobile
    {
        display: inline;
    }
    .abstop
    {
        position: static;
    }
    .center
    {
        width: 90%;
        text-align: center;
        margin: 0 auto !important;
    }

    .form_bg
    {
        width: 70%;
        max-width: 320px;
        margin: 0 auto;
        margin-top: 20px;
        padding-top: 5px;
        background-size:100% 100%;
    }
		.bottom  span
{
top:0px;
display:block;
width:80%;
padding:10px 2%;
margin:0px auto;
text-align:center;
font-size:14px;
}
}

@media (max-width:480px)
{
    body
    {
	 background:#e6f4fa ;
    }

    .rightcolumn img
    {
        width: 100%;
        height: auto; /*margin-top: 40px;*/
		margin:0 auto;
    }

    .logo
    {
        max-width: 199px;
        width: 42%;
        margin: 0 auto;
    }
    .desktop
    {
        display: none;
    }
    .mobile
    {
        display: inline;
    }
    .abstop
    {
        position: static;
    }

    .bottom img
    {
        margin: 0px auto;
        width: 90%;
    }
    .leftcolumn
    {

        background-position: center center;
        padding: 10px 0px;
        margin: 0px auto;
        max-width: 480px;
        position: relative;
        top: -5px;
    }

    .form_bg
    {
        
        width:100%;
       /* max-width: 320px;*/
        margin: 0 auto;
        margin-top: 20px;
        padding-top: 5px;
        background-size:100% 100%;
    }
    .nomargin
    {
        margin-top: 0px !important;
    }
    /*
         input[type=text] {
        margin-top: 5px;
        height: 27px;

    }*/

    input[type=text]
    {
        margin-bottom: 5%;
        width: 92%;
        height: 75%;
        min-height: 27px;
        max-height: 47px;
        font-size: 16px;
        color: #58585A;
        -moz-box-shadow: inset 0 0 20px #DEDEDE;
        -webkit-box-shadow: inset 0 0 20px #DEDEDE;
        box-shadow: inset 0 0 20px #DEDEDE;
        border: 1px solid #DEDEDE;
        padding-right: 2%;
        font-weight: bold;
    }

    input[type=image]
    {
        margin-top: 0px;
        width: 96%;
        height: auto;
    }
    .center
    {
        width: 90%;
        text-align: center;
        margin: 0 auto !important;
    }
	.bottom  span
{

display:block;
width:80%;
padding:10px 2%;
margin:0px auto;
text-align:center;
}
}

@media (max-width:320px)
{

    body
    {
	 background:#e6f4fa
    }
    .header
    {
        width: 100%;
        height: auto;
        background: transparent url(../img/top_bg.png) no-repeat;
        background-position: top center;
        min-height: 130px;
        background-position: center -55px;
    }
    .rightcolumn
    {
        float: none;
        margin: 0 auto;
    }
    .rightcolumn img
    {
        width: 100%;
        height: auto;
        margin-top: 0px;
    }

    .logo
    {
        max-width: 199px;
        width: 41%;
        margin: 0 auto;
    }
    .desktop
    {
        display: none;
    }
    .mobile
    {
        display: inline;
    }


    .nomargin
    {
        margin-top: 0px !important;
    }
    /*
         input[type=text] {
        margin-top: 5px;
        height: 27px;

    }*/

    input[type=text]
    {
        margin-bottom: 5%;
        width: 90%;
        height: 75%;
        min-height: 27px;
        max-height: 47px;
        font-size: 16px;
        color: #58585A;
        -moz-box-shadow: inset 0 0 20px #DEDEDE;
        -webkit-box-shadow: inset 0 0 20px #DEDEDE;
        box-shadow: inset 0 0 20px #DEDEDE;
        border: 1px solid #DEDEDE;
        padding-right: 2%;
        font-weight: bold;
    }

    input[type=image]
    {
        margin-top: 0px;
        width: 94%;
        height: auto;
    }
    .center
    {
        width: 100%;
        text-align: center;
        margin: 0 auto !important;
    }
}


