@CHARSET "UTF-8";
.selectUserSelector {
	width: 200px;
	height: 120px;
}
#divUserSelector {
	border:2px solid black;
	top: 50px;
	left: 50px;
	width: 600px;
	height: 400px;
	position:absolute;
	z-index: 9999;
	background-color: #f0f0f0;
	overflow: no;
	margin: 0px;
	padding: 0px;
}
#selectUserSelectorChosen {
	width: 240px;
	height: 240px;	
}
#selectUserSelectorList {
	width: 240px;
	height: 240px;
}
#USHead {
	background-color: #cff0f7;
	margin:0;
	padding:0;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	width: 600px;
	height: 25px;
	cursor: default;
}
#USMain {
	float: left;
	margin: 10px;
	padding: 0px;
	overflow: auto;
	left: 0px;
	top: 0px;	
	width: 585px;
	height: 370px;
}
