.selectbox_area{
    float:left;
    display:inline;
    margin-left:5px;
    margin-top:3px;
    height:22px;
    background: url('/static/images/bg_select.png') right;
    background-repeat:no-repeat;
    
}

/*ie 6 fix */
* html .selectbox_area{
    margin-bottom:-15px;
    margin-top:-13px; /* ie 6 */
}
 
/*ie 7 fix*/ 
*+html .selectbox_area{
     margin-top:2px
}

div.selectbox-wrapper {
    position:absolute;
    background-color:#cccccc;
    border:none;
    line-height:19px;
    font-size:10px;
    text-align:left;
    max-height:200px;
    overflow:auto;
    color:#4d4d4d;
    margin-top:0px;
    margin-left:2px;
    z-index:255;
}

/*ie 6 fix */
* html div.selectbox-wrapper {
    margin-left:3px;
}

div.selectbox-wrapper ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
}

div.selectbox-wrapper ul li.selected { 
    background-color: #ffffff;
}

div.selectbox-wrapper ul li {
    list-style-type:none;
    display:block;
    margin:0;
    padding:2px;
    cursor:pointer;
}

label {
    display: block;
}

.selectbox /* look&fell of  select box*/
{
    padding-top:3px;
    padding-left:5px;
    font-size:10px;
    width : 158px; 
    height:19px;
    display : block;
    text-align:left; 
    background:none;
    cursor: pointer;
    border:none;
    color:#4d4d4d;
    line-height:19px;
}

*+html .selectbox{
    padding-top:1px;
}

/*ie 6 fix */
* html .selectbox{ /* look&fell of  select box*/
    padding-top:17px;/*ie 6 */
}

select {
	background: url('/static/images/bg_select.png') right;
}

