﻿.cur {
    _cursor: hand;
    cursor: pointer;
}
div.selectaTrigger {
	float: left;
	display: inline-block;
	width: 95% !important;
	height: 21px;
	margin: 0px;
	padding: 6px 18px 1px 5%;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #747474;
	border-width: 0px;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 	4px 4px 4px 4px;
	-moz-border-radius: 	4px 4px 4px 4px; 
	border-radius: 			4px 4px 4px 4px; 
	behavior: url(PIE.html);
	background-image: url(../images/arrow_account-select.png); 
	background-repeat: no-repeat; 
	background-position: right -2px; 
    overflow: hidden;
}
div.selectaTrigger:hover {
	background-position: right -35px;
}
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.html);
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}
div.selectaOption {
	font-size: 14px;
    padding: 6px 0px 6px 4px;
    border-bottom: 1px solid #eee;
    clear: both;
    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;*/
}
@media only screen and (max-width:414px)/*iPhone 6 Plus Portrait*/{
div.selectaTrigger {
	padding: 6px 16px 1px 5%;
}
}