#scrollBox {
    background: #fff;
    height: 105px;
    overflow: hidden;
}

#events_ {
    height: 105px;
    background: #fff;
    overflow: hidden;
}

#scrollBox div {
    padding-top: 2px;
}

#scrollBox span.body {
    display: block;
    margin-left: 3px;
}

#scrollBox div.last {
    margin-bottom: 300px;
}
#combi
{
    width: 10em;
}   

.comboo span {
    padding-top: 2px;
    padding-left: 3px;
    padding-bottom: 0px;
    left: 1px;
    background: white url('../img/forms/ico_dropdown.gif');
    display: block;
    background-repeat: no-repeat;
    background-position: top right;
	 cursor: pointer;
    border: 1px solid #DDD;
	 height: 15px
}

.comboo ul {
    z-index: 1000;
    position: absolute;
    display: block;
    list-style-type: none;
    background: white;
    border-top: 1px #ddd solid;
	 cursor: pointer;
}

.comboo li {
    border: 1px solid #DDD;
	 border-top: none;
    border-color: white;
	 padding-left: 3px;
}

.comboo li.hover {
    background-color: silver;	
}
