.tzSelect{
	height:34px;
	display:inline-block;
	min-width:230px;
	position:relative;
}

.tzSelect .selectBox{
	margin-top: 8px;
	padding-top: 7px;
	height:21px;
	width:230px;
	
	background: url('../images/select-jquery/select-bg.gif') no-repeat right center;
	

	text-align:left;
	text-indent: 7px;
	text-shadow:1px 1px 0 #EEEEEE;
	color:#666666;
	border: 1px solid #B2C8D9;
	
	cursor:pointer;
	border-radius:3px;
}

.tzSelect .dropDown{
	width: 230px;
	position:absolute;
	top:30px;
	left:0;
	width:100%;
	border:1px solid #B2C8D9;
	border-top: none;
	border-bottom: none;
	list-style:none;
}


.tzSelect li{
	width: 230px;
	height: 23px;
	padding-top: 7px;
	text-indent: 7px;
	cursor:pointer;
	position:relative;
	background: #FFF;
	border-bottom: 1px solid #B2C8D9;
}

.tzSelect li:hover{
	background: #B2C8D9;
}