﻿.cur {
    _cursor: hand;
    cursor: pointer;
}
div.selectaTrigger {
	width: 167px;
    height: 30px;
	font-size: 12px;
	line-height: 30px;
	color: #4791dc;
	border-width: 0px;
	margin: 0px;
    background: url(images/bg_obinputselect.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 50px 0px 8px;
    overflow: hidden;
}
div.selectaTrigger:hover {
	background-position: 0px -30px;
}
select.selecta {
    height: 25px;
}
div.selectaWrapper {
	border: 1px solid #b0b0b0;
    border-top: 0;
    position: absolute;
    z-index: 10000;
    background: white;
    overflow: hidden;
    /*overflow-y: auto;*/
    height: auto !important;
}
div.selectaOption {
    padding: 4px 0px 4px 4px;
    border-bottom: 1px solid #eee;
    clear: both;
}
div.selectaOptionSelected {
    background: #ffffcf;
}
div.selectaDisabled {
    background: #555;
    color: #000;
}
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;*/
}
