﻿html, body
    {
    height:100%;    
    }
#landing-page2
    {
    background:url('http://images.globes.co.il/images/site2/special_projects/tama38/landingpage/landingpage2.png') no-repeat center center;
    width:990px;
    height:850px;
    position:relative;
    display: block;
    margin: 20px auto 0;
    }
#landing-page2 form
    {
    position: absolute;
    bottom: 0;
    right: 335px;
    width: 410px;
    height: 160px;
    }
input[type='text']
    {
    right: 10px;
    top: 2px;
    border: 0;
    background:transparent;
    height: 18px;
    width: 170px;
    text-align: right;
    direction: rtl;
    position: absolute;
    font: normal 16px/18px arial;
    outline:none 0;
    }
#VPhone
    {          
    right: auto;
    left: 22px;
    text-align: left;
    direction: ltr;     
    width: 127px;   
    }      
textarea
    {
    position: absolute;
    top: 42px;
    left: 25px;
    height: 57px;
    resize: none;
    width: 340px;
    border: 0 none;
    background: rgba(0, 0, 0, 0);
    text-align: right;
    direction: rtl;
    font: normal 16px/18px arial;
    outline:none 0;
    }
#send-btn
    {        
    position: absolute;
    background: rgba(0, 0, 0, 0);
    height: 32px;
    width: 84px;
    bottom: 18px;
    left: 17px;
    opacity: 0.5;     
    outline:none 0;  
    cursor:pointer; 
    }
#send-btn:focus, #send-btn:hover
    {
    background: rgba(249, 255, 0, 0.5);
    }
#Email_template_div 
    {
    visibility:hidden;
    height:1px;
    width:1px;
    overflow:hidden;
    display:block;
    } 
#EmailError
    {
    display:none;
    position: absolute;
    bottom:24px;
    left: 110px;
    }    
#EmailError span
    {
    font: 16px arial;
    padding: 10px;
    }            
@media screen and (max-width: 989px) 
    {
    #landing-page2
        {
        background:url('http://images.globes.co.il/images/site2/special_projects/tama38/landingpage/landingpage3.png') no-repeat center center;
        width:300px;
        height:968px;
        position:relative;
        display: block;
        margin:0 auto;
        }
    #landing-page2 form
        {
        bottom: 0px;
        right: auto;
        height: 257px;
        width: 100%;
        }
    input[type='text']
        {
        right: auto;
        top: 13px;
        border: 0;
        height: 18px;
        width: 170px;
        text-align: right;
        direction: rtl;
        font: normal 16px/18px arial;
        outline: none 0;
        left: 30px !important;
        }
    #VPhone
        {          
        right: auto;
        left: 22px;
        text-align: left;
        direction: ltr;
        top: 46px;
        width: 170px;  
        }      
    textarea
        {
        top: 105px;
        left: 45px;
        height: 58px;
        resize: none;
        width: 220px;
        border: 0 none;
        text-align: right;
        direction: rtl;
        font: normal 16px/18px arial;
        outline: none 0;
        } 
    #send-btn 
        {
        position: absolute;
        background: rgba(0, 0, 0, 0);
        height: 32px;
        width: 76px;
        bottom: 50px;
        left: 31px;
        opacity: 0.5;
        outline: none 0;
        cursor: pointer;
        }
    #EmailError 
        {
        bottom: 58px;
        left: 110px;
        }
   #EmailError span 
        {
        font:80% arial;
        padding: 8px 5px;
        }
   