div.cmf-skinned-select {
	font-family: 'Yanone Kaffeesatz', "Arial Narrow", sans-serif;
	background-image: url(../images/select.png);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	font-size: 16px;
}
div.cmf-skinned-select select {
	opacity: 0;
	filter: alpha(opacity = 0);
	moz-opacity: 0;
	position: relative;
	z-index: 100;
}
div.cmf-skinned-select .select-text {
  position: absolute;
	text-indent: 10px;
	line-height: 19px;
	width: 167px;
	z-index: 1;
}
div.cmf-skinned-select{
	display:inline-block;
	float:left;
	padding: 3px 0 12px;
}
div.cmf-skinned-text{
	padding: 10px 0 10px 10px;;
}
div.cmf-skinned-select .select-text{
	margin: 10px 0 0 0;
}
div.cmf-skinned-select select{
	width: 180px;
}


div.cmf-skinned-select .select-text

/* non javascript version select */

.my-skinnable-select select {
  width: 150px;
  font-size: 11px;
  border: 1px solid #D5E6EE;
}
