﻿.DisabledDdlx {
    /*for firefox*/
    -moz-appearance: none;
    background-color: white;
    border: 1px solid #ababab;
    width: 279px;
    height: 26px;
    opacity: 0.7;
    /*for chrome*/
    -webkit-appearance: none;
}
