.cur {
    _cursor: hand;
    cursor: pointer;
}
div.selectaTrigger {
	float: left;
	display: inline-block;
	width: 100% !important;
	height: 36px;
	margin: 0px;
	padding: 9px 27px 6px 5%;
	background-color: #fff;
	font-size: 16px;
	line-height: 18px;
	color: #747474;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-width: 0px;
	border: 1px solid #9b9c9c;
	-moz-box-sizing: 	border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: 	border-box;
	box-sizing: 		border-box;
	overflow: hidden;
}
@media only screen and (max-height: 690px){
.desktop div.selectaTrigger {
	font-size: 14px;
}
}
div.selectaTrigger:after {
	position: absolute;
	top: 5px;
	right: 5px;
	font-family: FontAwesome;
	content: "\f107";
	font-size: 26px;
	font-style: normal;
	text-align: center;
	line-height: 29px;
	background-color: #9b9c9c;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	color: #FFF;
	height: 27px;
	width: 40px;
	-webkit-transition: all .5s ease;
	-moz-transition: 	all .5s ease;
	-ms-transition: 	all .5s ease;
	transition: 		all .5s ease;
}
div.selectaTrigger:hover:after {
	background-color: #2c2c2c;
}
select.selecta {
    height: 25px;
}
div.selectaWrapper {
	border: 1px solid #b0b0b0;
    border-top: 0;
    position: absolute;
    z-index: 10000;
    background: white;
    overflow: hidden;
    height: auto !important;
	behavior: url("../PIE.htc");
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}
div.selectaOption {
    padding: 6px 0px 6px 4px;
    border-bottom: 1px solid #eee;
    clear: both;
    font-size: 14px;
    line-height: 16px;
    color: #333;
}
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;*/
}
