select
{
	font-size: 16px;
	margin-top: 7px;
	margin-bottom: 7px;
	color: #404040;
	padding: 10px;
	padding-right: 25px;
	appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	background: url("../images/template/arrow-down.png");
	background-position: calc(100% - 5px) center;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #909090;
	border-radius: 5px;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25);
}

select::-ms-expand
{
	display: none;
}

select:hover
{
	color: #101010;
	border: 1px solid #404040;
	background-color: #eee;
}

select:focus
{
	color: #fff;
	background: url("../images/template/arrow-down-selected.png");
	background-position: calc(100% - 5px) center;
	background-repeat: no-repeat;
	background-color: #101010;
}