div.skinnedSelect {
  background: #fff url('../images/skin.png') no-repeat scroll 0pt 100%;
  height: 19px;
  margin-left: -10px;
  width: 150px;
}
/* Set the opacity to 0 to make the options appear invisible, this allows the image to be visable */
div.skinnedSelect select {
  opacity: 0;
  filter: alpha(opacity = 0);
  moz-opacity: 0;
  width: 150px;
  margin-left: -120px;
}
/* Tee text inside the box */
div.skinnedSelect .text {
  float: left;
  text-indent: 10px;
  line-height: 19px;
  width: 120px;
}
/* Shared font sizes */
div.skinnedSelect .text,
div.skinnedSelect select option
{
  font-size: 11px;
  color: #818181;
}
