﻿/* styled option */
/* Add the background image and set the height of the image */
div.skinnedSelect {background: url('/content/images/head_opt.jpg') no-repeat scroll 0pt 100%; height: 21px; margin:5px 10px 6px 0; width:160px; position:relative; float:left; overflow:hidden; font-size:10px;}
/* 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: 160px; margin-left: -150px;}
/* Tee text inside the box */
div.skinnedSelect .text {float: left; text-indent: 5px; line-height: 21px; width: 140px; text-align:left;}
/* Shared font sizes */
div.skinnedSelect .text, div.skinnedSelect select option {font-size: 11px; color: #000000;}