﻿div.selectbox-wrapper 
{
    position		: absolute;
    width		: 245px;
    background-color	: #3e494d;
    margin-left		: 2px;
    margin-top		: -1px;
    padding		: 0px;
    font-size		: 12px;
    text-align		: left;
    height		: 150px;
   *height		: 150px; /*IE6 fix */
   overflow		: auto;
}
div.selectbox-wrapper ul 
{
  list-style-type	: none;
  margin		: 0px;
  padding		: 0px;
}
div.selectbox-wrapper ul li.selected 
{ 
  /*background-color	: #EAF2FB;*/
}
div.selectbox-wrapper ul li.current 
{ 
  background-color	: #666;
}
div.selectbox-wrapper ul li 
{
  list-style-type	: none;
  display		: block;
  margin		: 0;
  padding		: 2px;
  cursor		: pointer;
  text-indent		: 10px;
}

label 
{
    display		: block;
}
.selectbox /* look&fell of  select box*/
{
  margin            	: 0 5px 10px 0;
  padding-left      	: 2px;
  font-family       	: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size         	: 12px;
  width             	: 24px; 
  display           	: block;
  text-align        	: left; 
  background        	: url('/eway/jquery/selectbox/bg_select_grey.png') right;
  cursor            	: pointer;
  color             	: #fff;
}
select 
{
	background      : url('/eway/jquery/selectbox/bg_select.png') right;
}
/* http://csscreator.com/node/568 */
.navigation input
{
  /*border		: 0.5pt solid #000000;*/
  border-collapse	: collapse;
  border-spacing	: 0;
  font-size		: 12px;
  height		: 29px;
  line-height		: 25px;
  margin		: 0 0 0 0;
  padding		: 0 0 -2.5px 0;
  text-indent		: 10px;
  space			: 0;
  width			: 246px; /*0.75in;*/
  z-index		: 1;
}

