.input-select{
	width:240px;
	margin:5px;
}
.text-field{

}

.select-custom{
	color:#666666;
	width:240px;
	padding:2px;
	margin:1px;
	font-size:12px;
	height:19px;
	overflow:hidden;
}
.select-custom .select-top{
	background-image:url('img/bg_list.gif');
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:5px;
	padding-top:3px;
	height:21px;
}
.select-custom .select-top-selected{
	background-image:url('img/bg_list.gif');
	background-position:0 -42px;	
	background-repeat:no-repeat;
	padding-left:5px;
	padding-top:3px;
	height:21px;
}

.select-custom .select-top:hover{
	background-image:url('img/bg_list.gif');
	background-position:0 -21px;	
}
.select-custom .select-list{
	margin-top:-5px;
	width:237px;
	position:absolute;
	z-index:99999999;
	border:1px solid #a3a3a3;
	border-top:0;
	background-color:#ffffff;
	max-height:150px;
	overflow:auto;
}
.select-custom .select-list .select-item{
	width:auto;
	margin-left:5px;
	padding-top:5px;
	height:25px;
	display:block;
}
.select-custom .select-list .select-item:hover{
	background-color:#f6f6f6;
}

.custon-small{}
.custon-small .input-select{
	width:142px;
	margin:5px;
}
.custon-small .text-field{

}

.custon-small .select-custom{
	color:#666666;
	width:142px;
	padding:2px;
	margin:1px;
	font-size:12px;
	height:19px;
	overflow:hidden;
}
.custon-small .select-custom .select-top{
	background-image:url('img/bg_list_small.gif');
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:5px;
	padding-top:3px;
	height:21px;
}
.custon-small .select-custom .select-top-selected{
	background-image:url('img/bg_list_small.gif');
	background-position:0 -42px;	
	background-repeat:no-repeat;
	padding-left:5px;
	padding-top:3px;
	height:21px;
}

.custon-small .select-custom .select-top:hover{
	background-image:url('img/bg_list_small.gif');
	background-position:0 -21px;	
}
.custon-small .select-custom .select-list{
	margin-top:-5px;
	width:140px;
	position:absolute;
	z-index:99999999;
	border:1px solid #a3a3a3;
	border-top:0;
	background-color:#ffffff;
	max-height:150px;
	overflow:auto;
}
.custon-small .select-custom .select-list .select-item{
	width:auto;
	margin-left:5px;
	padding-top:5px;
	height:25px;
	display:block;
}
.custon-small .select-custom .select-list .select-item:hover{
	background-color:#f6f6f6;
}