
html {
height: 100%;
}

div.select {
	height: 21px;
	line-height: 21px;
	border: 1px solid #ddd;	
	float: left;
	position: relative;
	padding: 0 15px 0 10px;
	margin: 0 1px;
	font-size: 14px;
	font-weight: bold;
	background: #fff url(../i/arrow-down2.gif) no-repeat;
}

div.select,
ul.select {	
	color: #2992db;
	cursor: pointer;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

div.select span {
	display: block;
	height: 21px;
}

div.select select {
	display: none;
}

ul.select {
	position: absolute;
	background: #fff;
	border: 1px solid #e1e1e1;
}

ul.select li {
	color: #2992db;
	padding: 0 0 0 8px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

div.select_long { width: 110px; background-position: 117px 3px; }
ul.select_long { width: 135px; }
ul.select_long li { width: 127px; }

div.select_short { width: 50px; background-position: 57px 3px; }
ul.select_short { width: 75px; }
ul.select_short li { width: 67px; }

ul.select li.selected {
	background-color: #eee;
	color: #333;
}

ul.select li:hover,
ul.select li.hover {		
	background-color: Highlight;
	color: HighlightText;
}
