div.z_select {
	float: left;
	border: 1px solid #d0d0d0;
	background-color: white;
	padding: 1px;
	font-size: 11px;
}
div.z_select span {
	cursor: pointer;
  color: black;
}

div.z_select span.display {
	padding: 0 3px 0 5px;
}
div.z_select span.icon {
	padding: 0 2px;
}

div.z_select span.icon img {
	position: relative;
	top: 2px;
}
div.z_select span.icon img {
	position: relative;
	top: -1px;
}

div.title_container {
	padding: 1px 0;
}
div.opt_container {
	display: none;
	position: absolute;
	border-width: 1px;
	border-style:	solid;
	border-color: #d7d7d7 #c7c7c7 #c7c7c7 #d7d7d7;
	background-color: white;
	z-index: 998;
}
div.optgroup, div.optgroup h5 {
	margin: 0;
	padding: 0;
}
div.optgroup h5 {
	font-style: italic;
	padding: 2px 8px;
}
div.optgroup div {
	text-indent: 10px;
}
div.option {
	text-align: left;
	padding: 4px 0 4px 10px;
	cursor: pointer;
  color: black;
	border-bottom: 1px solid #e7e7e7;
	height: 16px;
	overflow: hidden;
}
