
		
		
		.nice-select{
			position: relative;
			width: 14em;
			top: 10em;
			left: 10em;
			box-shadow: 0 3px 5px #999;
			-webkit-border-radius: .3em;
			-moz-border-radius: .3em;
			border-radius: .3em;
		}
		
		.select-ul{
			display: none;
			border: 1px solid #d5d5d5;
			width: 36.1em;
			position: absolute;
			top: 7.75em;
			overflow: hidden;
			background-color: #fff;
			max-height: 300px;
			overflow-y: auto;
			border-top: 0;
			z-index: 10001;
		}
		
		.select-ul li{
			height: 28px;
			line-height: 2em;
			overflow: hidden;
			padding: 0 10px;
			cursor: pointer;
			border-top: 0px solid #d5d5d5;
			
		}
		.select-ul div{
			height: 2px;
			line-height: 1em;
			overflow: hidden;
			padding: 0 10px;
			background-color: #F0F0F0;
			cursor: pointer;
			border-top: 1px solid #d5d5d5;
		}
		
		.select-ul li.onselected{background-color: #e0e0e0;
}