﻿.selectContainer {
	position: relative;
	width: 249px;
}
.selectInput{
	background: transparent url('images/nstl/select_right.gif') no-repeat center right;
}
.selectContainer>input:focus{
	background: transparent url('images/nstl/imgs/select_right.gif') no-repeat center right;
}
.selectList {
	height: 280px;
	overflow-y: scroll;
	text-align: left;
	margin: 0 172px;
	border: 1px solid #999;
	display: none;
	position: relative;
}
.selectList div {
	cursor: pointer;
	font-size: 14px;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	color:#555;
}
.selectdiv {
	background: #2AA5F8 none repeat scroll 0% 0%;
}