﻿@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    input[type=checkbox],
    input[type=checkbox]:checked,
    select {
        background-image: none;
    }

    select {
        height: 28px;
        padding: 0 0 0 15px;
    }
}

@media screen\0 {
    input[type=checkbox],
    input[type=checkbox]:checked,
    select {
        background-image: none;
    }

    select {
        height: 28px;
        padding: 0 0 0 15px;
    }
}