#kontakt input:not(input[type="checkbox"]):not(input[type="radio"]):not(input[type="submit"]):not(input[type="file"]), #kontakt textarea, #kontakt select {
	background: #f4f4f4;
}
#kontakt input[type="file"] { border:0 !important; width: auto !important; }

#kontakt label { line-height: 1.5; }

#kontakt td {
    padding-bottom: 0 !important;
}

.reload_captcha {
    background: url(/templates/images/reload.png) no-repeat #8E2737;
}

.contact_button {
    padding: 15px 50px;
    background-color: #8E2737;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px auto;
    display: block;
    transition: 0.4s;
    cursor: pointer;
}