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

.newDeviceNumListUL{
	-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;
	list-style: none outside none;
	margin-left: 295px;
	padding: 0;
	position: absolute;
	width: 154px;
	z-index: 130;
}
.newDeviceNumListUL li a {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #000000;
	display: block;
	line-height: 20px;
	text-decoration: none;
	width: 154px;
}
.newDeviceNumListUL li a:hover {
	background: none repeat scroll 0 0 #316AC5;
	color: #FFFFFF;
}