﻿#mainpic_contactus
{
    background: green;
    height: 400px;
    background: url('img_contactus.jpg') center;
    background-size: cover;
    background-position: 0 70%;
    box-shadow: 0px 0px 5px #888888;
}

.has-error
{
    border-color: #a94442;
}

#lblErr 
{
    color: #a94442;
    margin-top: 10px;
}