/* skinned styles */

.skinned-wrapper {
	background: url('/Images/listings-select.png') no-repeat scroll 0pt 100%;
	font-family:helvetica, arial, sans-serif;
	width:330px;
	margin:0 auto;
}
.skinned-wrapper select {
	opacity: 0;
	filter: alpha(opacity = 0);
	moz-opacity: 0;
	position: relative;
	z-index: 100;
}
.skinned-wrapper .skinned-text {
  position: absolute;
	text-indent: 10px;
	width: 150px;
	z-index: 1;
  padding: 8px 0 0;
}
.skinned-wrapper .skinned-text,
.skinned-wrapper select,
.skinned-wrapper select option {
	width: 307px; /* dropdown width */
	font-size: 14px;
	color: #666;
	height:35px;
	margin-top:22px;
}
.skinned-wrapper select option {
	width: 254px;
	height:22px;
	margin:0;

}

/* default: non javascript version of select */

.my-skinned-select select {
  width: 330px;
  font-size: 13px;
  border: 1px solid #333;
}
