
.knwselect {
	word-break: break-all;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
}
.knwselect-wrap {
	display: inline-block; *display: inline;

}
.knwselect-list {
	display: none;
	text-align: left; 
	position: absolute;
	z-index: 999999;
	border: 1px solid #ccc;
	background: #fff;
	overflow-y: scroll;
	box-sizing: border-box; /* W3C */
	-o-box-sizing: border-box; /* Opera */
	-ms-box-sizing: border-box; /* Internet Explorer */
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari & Chrome */
	padding: 2px;
}
.knwselect-value { 

}
.knwselect-text { margin-left: 2px; 

}
.knwselect-list ul { background: #ffffff; }
.knwselect-list li { padding: 2px; cursor: pointer; }
.knwselect-list li.knwselect-option-on { background: #ffcc00; }
.knwselect-list .knwselect-focus { }
.knwselect-list li.knwselect-option-on { background: #ffcc00; }
.knwselect-list li.knwselect-list-mouseover { background: #ffffcc; }
