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