﻿.contactUs-slide
{
    background: #99C26B;
    height: 380px; 
}

.contactUs-slide-first-line
{
    background: #91B866;
}

.contactUs-slide-second-line
{
    background: #89AE60;
}

.contactUs-slide-third-line
{
    background: #82A55B;
}

.contactUs-slide-left {
    width: 220px;
    margin-top: 70px;
}

.contactUs-slide h2
{
    padding-bottom: 15px;
}

.contactUs-slide-right 
{
    margin-left: 30px;
    border-bottom: 5px solid #3F6A9F;
}

/*----------------------------------------------------------*/

.contuctUsForm 
{
    margin: auto 5px;
    background-color: #ffffff;
    height: 320px;
    width: 660px;
    padding: 30px 20px 20px 40px;
}

.contuctUsForm .name, .company, .phone, .email
{
    border: none;
    height: 22px;
    border-bottom: 2px solid #136a9f;
}

.contuctUsForm .message {
    resize: none;
    height: 265px;
    width:380px;
    margin-right: 20px;
    margin-bottom: 10px;
    border: none;
}

.contuctUsForm input
{
    width:205px;
}

.contact-us-button-blue
{
    width: 205px;
    height: 44px;
    background-color: #5279a8;
    color: #ffffff;
    border-radius: 3px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin-top: 100px;
    cursor: pointer;
    border:none;
    font-size: 1.8em;
    box-shadow: 5px 5px 0px #efefef;
}

.contact-us-button-blue:hover
{
    box-shadow: 5px 5px 0px #ededed;
    background-color: #3F6A9F;
}
 
 .contact-us-button-blue:active
 {
     background-color: #5279a8;
     box-shadow: none;
 }

.contactUsResult {
    text-align: center;
    padding-top: 100px;
}

.contactUsResult .contact-us-button-blue
{
    margin: 80px auto;
}

#validation-summary
{
    display: none;
    color: #ff0000;
    font-weight: bold;
}

#userName 
{
    max-width: 460px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    text-overflow: ellipsis;
}

.contact-us-header 
{
    margin-left: 210px;
    text-align: center;
}

.contactUs-slide h3 
{
     font-weight: normal;
}