﻿#contact h4 {
    margin-top: 40px;
}
#contact textarea {
    height: 30px;
}
#contact .has-error label,
.error-submit {
    color: red;
}
#contact .has-error input,
#contact .has-error select,
#contact .has-error textarea {
    border-color: red;
}
.ok-submit {
    color: green;
}
