﻿div.dropDownList
{
    background-color: white;
    border: 1px solid #999;
    box-shadow: 4px 4px 4px #888;
    max-height: 20em;
    min-width: 100px;
    overflow: auto;
    position: absolute;
    z-index: 200;
}

    div.dropDownList span
    {
        cursor: pointer;
        display: block;    
        padding: 3px;
    }
    
    div.dropDownList span:hover
    {
        background-color: BlanchedAlmond;
        font-weight: bold;
    }
    
input[type=checkbox]
{
    vertical-align: -0.2em;
}

input[type=text], input[type=password]
{
    border: 1px solid #999;
    font-size: 1em;
}

span.dropDownImage
{
    background-image: url(/Images/Icons/16/DropDownArrow.png);
    background-repeat: no-repeat;
    cursor: pointer;
    height: 12px;
    left: -17px;
    margin-right: -12px;
    padding-right: 12px;
    position: relative;
    width: 12px;
}