h2.short {
    margin-bottom: 15px;
}

h2 {
    font-size: 2.6em;
    font-weight: 300;
    line-height: 42px;
	color:#000;
 }
 
 .push-top {
    margin-top: 35px;
}
 
 h4 {
    color: #c60101;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px;
}

#contactForm .row{
	margin-bottom:15px;
}

.captcha {
    background: #f2f2f2 none repeat scroll 0 0;
    clear: both;
    height: 58px;
    margin-bottom: 20px;
    max-width: 160px;
    overflow: hidden;
    text-align: center;
}

.captcha-image {
    float: left;
    left: -13px;
    position: relative;
    top: -25px;
}

.form-control::-webkit-input-placeholder { color:#DCDCDD; }
.form-control::-moz-placeholder { color:#DCDCDD; } /* firefox 19+ */
.form-control:-ms-input-placeholder { color:#DCDCDD; } /* ie */
.form-control input:-moz-placeholder { color:#DCDCDD; }