.input-select {
	display : block;
	width : 240px;
	height : 22px;
	padding : 0;
	margin : 2px;
	overflow : hidden;
	border-width : 1px;
	border-style : solid;
	border-color : #777 #bbb #ddd #bbb;
	background: #fff url("./pictures/arrow.png") no-repeat right center;
	}

.input-select option {
	background-repeat: no-repeat;
}

.input-select span {
	display : block;
	width : 240px;
	background : transparent;
	padding : 2px;
	}

div.input-select-hlpr a {
	display : block;
	width : 240px;
	padding : 2px 2px 2px 30px;
	color : #222;
	overflow : hidden;
	text-decoration : none;
	border-top : 1px dotted #ccc;
	background: transparent no-repeat left center;
	}

div.input-select-hlpr a:first-child {
	border : none;
	}

div.input-select-hlpr a:hover {
	color : #fff;
	background-color : #407ad8;
	}
