﻿div.FancyDropDown { line-height: normal; text-align: left; border: 1px solid #69c; }
div.FancyDropDownInput { background: #fff url('/images/dropdownbutton.gif') no-repeat right top; cursor: pointer; line-height: 16px; padding-right: 17px; margin: 1px; }
input.FancyDropDownInput { border: 0; cursor: pointer; margin: 0; padding: 0; width: 100%; }
div.FancyDropDownArea { background: #fff; display :none; margin-left: -1px; overflow: hidden; position: absolute; z-index: 100; }
div.FancyDropDownArea ul { display: block; border: solid 1px #69C; max-height: 300px; margin: 0; overflow: auto; overflow-x: hidden; padding: 1px; }
div.FancyDropDownArea ul li { cursor: pointer; display: block; list-style-type: none; padding: 0 24px 0 4px; white-space: nowrap; }
li.FancyDropDownListItemHover { background: #d9e5f2; color: #000; }
select.FancyDropDownValue { display: none; }