﻿#landing-page
    {
    width:100%;
    max-width:655px;
    border:2px solid #ccc;
    display:block;
    margin:20px auto 0;
    overflow:hidden;
    font-family:arial;
    }
#landing-page #right
    {
    float:right;
    }    
#landing-page #left
    {
    float:left;
    margin-left: 30px;
    }
#LP-Img2
    {
    display:none;
    }            
#LP-Img3
    {
    display: block;
    margin: 0 auto;
    }  
#form-box-div
    {
    background: transparent;
    margin-bottom: 20px;
    width: 285px;
    display: block;
    margin:0;
    padding:0;
    position: relative;
    }
#preTextFormBox
    {
    font: bold 28px/28px arial;
    text-align: center;
    color: #003399;
    }
#preTextFormBox span
    {
    display:block;
    font:normal 18px arial;
    margin:10px 0;
    }    
#DetailsBox
    {
    width:280px;
    position: relative;
    overflow: hidden;
    } 
.input-Box
    {
    display: block;
    clear: both;
    overflow: hidden;
    border: 2px solid #307231;
    height: 35px;
    margin-bottom: 10px;
    }
#DetailsBox label
    {
    float: right;
    background: #307231;
    color: #fff;
    font: normal 18px arial;
    width: 88px;
    height: 35px;
    margin-bottom: 10px;
    line-height: 36px;
    padding: 0 4px;
    }         
#DetailsBox input
    {
    background:#fff;
    border:0;    
    width:170px;
    height: 36px;
    direction:rtl;
    font:normal 16px arial;
    color:#000;
    padding:0 5px;
    float:left;
    outline:none;
    } 
#DetailsBox input:focus
    {
    background:#ffe !important;
    }         
#DetailsBox #VName
    {
    top:1px;
    }
#DetailsBox #VPhone
    {
    top:35px;
    direction:ltr;
    }
#DetailsBox #VEmail
    {
    top:69px;
    direction:ltr;
    }
#DetailsBox #VJob
    {
    top:103px;
    }
#DetailsBox #VSkil
    {
    top:137px;
    }
#Email_template_div 
    {
    visibility:hidden;
    height:1px;
    width:1px;
    overflow:hidden;
    display:block;
    }      
#Email_template_div.SentEmail 
    {
    position: absolute;
    width:100%;
    height: 346px;
    top: 0;
    left: 2px;
    visibility: visible;
    background: #fff;
    font: bold 24px/30px arial;
    color: #333;
    text-align: center;
    padding-top: 175px;
    }
.checkbox-label
    {
    background: transparent !important;
    color: #333 !important;
    font: normal 14px/16px arial !important;
    width: 190px !important;
    height: 20px !important;
    padding: 0 !important;
    margin: 5px 5px 0 0 !important;
    } 
#DetailsBox input[type='checkbox']
    {
    float:right;
    width:20px;
    } 
.checkbox-Box
    {    
    display: block;
    width: 100%;
    float: right;
    overflow: hidden;
    height: 40px;   
    font-size:14px;
    }
label[for='before1980']
    {    
    margin-top: 10px !important;    
    }
.send-btn-div
    {    
    border: 0;
    height: 45px;
    text-align: center;
    padding-top: 10px;
    cursor:pointer;    
    }
#DetailsBox p
    {  
    width: 100%;
    color: #666;
    font: normal 14px arial;
    text-align: center;
    }
/*--------------------------*/
@media only screen and (max-width: 648px)
    {
    #landing-page
        {
        width:320px;
        }
    #landing-page #right
        {
        display: none;
        }    
    #landing-page #left
        {
        float:none;
        margin-left:0;
        }
    #LP-Img2
        {
        display:block;
        }            
    #form-box-div
        {
        margin:0 auto;
        }    
    }    
    