/* skinned styles Download by http://www.codefans.net*/

.skinned-wrapper {
	background: url('../images/skin.png') no-repeat scroll 0pt 100%;
}
.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: 6px 0 0;
}
.skinned-wrapper .skinned-text,
.skinned-wrapper select,
.skinned-wrapper select option {
	width: 150px; /* dropdown width */
	font-size: 12px;
	color: #316D89;
}

/* default: non javascript version of select */

.my-skinned-select select {
  width: 150px;
  font-size: 11px;
  border: 1px solid #D5E6EE;
}
