.cur {
    _cursor: hand;
    cursor: pointer;
}
div.selectaTrigger {
	width: 162px;
      height: 25px;
	font-size: 10px;
	font-style: italic;
	line-height: 25px;
	color: #444444;
	border-width: 0px;
	margin: 0px;
      background: url(bg_obinputselect.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 2px 48px 0px 8px;
    overflow: hidden;
}
div.selectaTrigger:hover {
	background-position: 0px -27px;
}
select.selecta {
    height: 27px;
}
div.selectaWrapper {
    border: 1px solid #b0b0b0;
    border-top: 0;
    position: absolute;
    z-index: 10000;
    background: white;
    overflow: hidden;
    /*overflow-y: auto;*/
    overflow-y: auto;

//    height: auto !important;
}
div.selectaOption {
    padding: 2px 0px 2px 4px;
    border-bottom: 1px solid #eee;
    clear: both;
    color: #444;
    font-family: arial;
    font-size: 12px;
}
div.selectaOptionSelected {
    background: #ffffcf;
}
div.selectaDisabled {
    background: #555;
    color: #777;
}
div.selectaOptionOver {
    background: yellow;
}
.shadowy {
   /* -moz-box-shadow: 1px 1px 2px #000;
    -webkit-box-shadow: 1px 1px 2px #000;
    box-shadow: 1px 1px 2px #000;*/
}