/* 
    Document   : contacts
    Created on : Nov 16, 2013, 1:21:37 PM
    Author     : sargisbudaghyan
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}



.contacts{
    margin-top: 15px;
    height: 630px;
    background-color: #f0f1e6;
    border-radius: 8px;
/*    margin-bottom: 100px;*/
    font-family: Tahoma;
/*    letter-spacing: 1px;*/
    font-size: 12px;
    color: black;
    text-transform: uppercase;
    /*margin-bottom: 80px;*/
}

.contacts img{
    width: 20px;
}

.contactsInfo{
    margin-top: 20px;
}

.contactsInfoMargin{
    margin-bottom: 10px;
    margin-left: -35px;
}

.contacts input{
    width: 30%;
    height: 20px;
    color: gray;
    margin-right: 4.5px;
}

.contacts textArea{
    border: 1px solid lightgray;
    color: gray;
    width: 92.5%;
}

.contacts input[type=button]{
    -webkit-appearance: none;
    width: 70px;
    height: 24px;
    background-color: #8b0000;
    border: 0px;
    color: white;
}

.contacts input[type=submit]{
    -webkit-appearance: none;
    width: 70px;
    height: 24px;
    background-color: #8b0000;
    border: 0px;
    color: white;
}

.contactsTitle{
    font-size: 18px;
    margin-bottom: 10px;
    
}


.maps{
    margin-top: 10px;
    
    
}

.maps img{
    width: 933px;
    border: 3px solid white;
    border-radius: 8px;
}
.contactsLeftPosition{
    margin-top: 48px;
}