.customizeFieldDiv{
	position: relative;
	width: 154px;
}

.customizeFieldInput{
	border: 1px solid #CCCCCC;
	z-index: 120;
	height:20px;
	width: 154px;
	padding:0px;
	cursor: pointer;
	position: absolute;
	line-height:20px;
	
}

.listleftdiv .inputValueList{
	cursor: pointer;
	position: absolute;
	right: 0;
	top:2px;
	*right: -4px;
	z-index:122;
}

.list  .inputValueList{
	cursor: pointer;
	position: absolute;
	right: 0;
	*right: -4px;
	z-index:125;
	top:2px;
}

.list .valueListUL , .listleftdiv .valueListUL{
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #CCCCCC #000000 #000000 #CCCCCC;
	border-style: solid;
	border-width: 1px 1px 1px 2px;
	display: none;
	left: 0px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 22px;
	width: 154px;
	z-index: 130;
}
.valueListUL li a {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #000000;
	display: block;
	line-height: 20px;
	text-decoration: none;
	text-indent: 5px;
	width: 154px;
}
.valueListUL li a:hover {
	background: none repeat scroll 0 0 #316AC5;
	color: #FFFFFF;
}

.enterSelect{margin-top:25px;}