#contactQuestion input[type="submit"] {
    background: #000;
    color: #fff;
}

#contactQuestion input[type="submit"]:hover {
    color: #000;
    background: #fff;
}