.dd-box { border: 1px solid #ccc; padding: 1px 0px; z-index: 4; }
.dd-text { border: 0px dashed #f00; padding: 0px; padding-left: 1px; margin: 1px 0px; background-color: transparent; }
.dd-button {background:transparent url(images/DownArrowGray.gif) 2px 4px; cursor: pointer; width:14px; background-repeat:no-repeat;
            display:inline-block; }
.dd-list { background-color: #fff; border: 1px solid #ccc; z-index: 5; overflow: auto; max-height: 200px; }
.dd-item { display: block; padding: 1px 5px; color: #000; text-decoration: none; cursor: pointer; white-space: nowrap; }
.dd-item:hover { color: #fff; background-color: #0062a8; text-decoration: none; cursor: pointer; }
.dd-selected { border: 1px solid #0062a8; }
/* disabled styles */
.dd-disabled .dd-text { background-color: #ccc; color: #888; }
.dd-disabled .dd-button { color: #888; background-color: #eee; }
/* track changes */
.field_changed .dd-text { background-color: transparent !important; }