    span.dropdown_container {
        display:                inline-block;
        vertical-align:         middle;
        line-height:            31px;
        height:                 31px;
        background:             transparent url("../images/text.png") top left scroll no-repeat;
		margin:					4px 0;
    }
    
    
    div.dropdown_box_value {
        padding:                0 0 0 8px;
        float:                  left;
    }
    
    div.dropdown_box_button {
        width:                  27px;
        height:                 31px;
        background:             transparent url("../images/dropdown.png") left center scroll no-repeat;
        float:                  left;
    }
    
    div.dropdown_box_list {
        display:                none;
        background:             transparent url("../images/dropdown_repeat.png") top left scroll repeat-y;
        position:               absolute;
        margin-top:             -2px;
        padding-top:            2px;
		z-index:				2;
    }
    
    div.dropdown_box_list ul {
        margin:                 -18px 2px 0;
		position:				relative;
		overflow-y:				auto;
		overflow-x:				hidden;
		max-height:				155px;
		min-width:              100px;
    }
    
    div.dropdown_box_list ul li {
        padding:                0 6px;
		position:				relative;
    }
    
    div.dropdown_box_list ul li.selected {
        background:             #efecec;
    }
    
    div.dropdown_box_list_bottom {
        position:               absolute;
        bottom:                 -10px;
        background:             transparent url("../images/text.png") bottom left scroll no-repeat;
        left:                   0;
        right:                  0;
        width:                  391px;
        height:                 10px;
    }
    
    html body span.dropdown_container_medium {
        background:             transparent url("../images/input.png") top left scroll no-repeat;
    }
    
    html body span.dropdown_container_medium div.dropdown_box_list {
        background-image:       url("../images/input_repeat.png");
    }
    
    html body span.dropdown_container_medium div.dropdown_box_list_bottom {
        background:             transparent url("../images/input.png") bottom left scroll no-repeat;
        width:                  162px;
    }
    
    html body span.dropdown_container_small {
        background:             transparent url("../images/small.png") top left scroll no-repeat;
    }
    
    html body span.dropdown_container_small div.dropdown_box_list {
        background-image:       url("../images/small_repeat.png");
    }
    
    html body span.dropdown_container_small div.dropdown_box_list_bottom {
        background:             transparent url("../images/small.png") bottom left scroll no-repeat;
        width:                  111px;
    }
