div.selectbox-wrapper {
  position:absolute;
  width:192px;
  background-color:white;
  border:1px solid #e7e9eb;
  color:#c20336;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:12px;
  text-align:left;
  height:100px;
  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: #CDD8E4;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:1px 1px 1px 5px;
  cursor:pointer;
  background:none;
  list-style-image:none;
  height:18px;
  font-size:11px;
  color:#88898a;
  z-index:300;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  font-size:11px;
  width : 197px; 
  display : block;
  text-align:left;
  padding-top:2px;
  padding-left:5px;
  border-left:1px solid #e7e9eb;
  border-right:1px solid #e7e9eb;
  background: url('/imgs/bg_select_new.gif?v=1') right;
  cursor: pointer;
 height:19px;
 border:none;
  color:#c20336;
  white-space:nowrap;
  overflow:hidden;
}

.menu-selectbox {
	margin: 0px 5px 10px 0px;
	font-size:11px;
	width : 197px; 
	display : block;
	text-align:left;
	padding-top:2px;
	padding-left:5px;
	border-left:1px solid #e7e9eb;
	border-right:1px solid #e7e9eb;
	background: url('/imgs/bg_select_disabled_new.gif?v=1') right;
	cursor: pointer;
	height:19px;
	border:none;
	color:#c20336;
	}

.selectbox li {margin-left:5px}
.select {
	background: url('/imgs/bg_select_new.gif?v=1') right;
}

#dealer_ins_container {width:192px;height:95px}

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbar {width: 17px;margin-top:3px;padding-bottom:3px;z-index:10;background: url(/imgs/scrollbar2.gif) -49px 0px repeat-y;}
.vscrollerbarbeg {height: 3px !important;width: 17px;background: transparent;display: none}
.vscrollerbarend {height: 0px;width: 17px;background: url(/imgs/scrollbar2.gif) -51px 0px no-repeat;display: none}
.vscrollerbase {width: 17px;height:94px;background: white url(/imgs/scrollbar2.gif) 2px 0px repeat-y;}
html>body .vscrollerbase {background: white url(/imgs/scrollbar2.gif) 0px 0px repeat-y;}
html>body .vscrollerbar {width: 17px;background: url(/imgs/scrollbar2.gif) -51px 0px repeat-y;}
.vscrollerbasebeg {width: 17px;height: 3px !important;background:white;}
.vscrollerbaseend {height: 3px;width: 17px;background: white url(/imgs/scrollbar2.gif) 2px 0px repeat-y;}
.hscrollerbase {height: 0px; background-color: white;display: none}
.hscrollerbar {height: 0px; background-color: black;display: none}
.vscrollerbar, .hscrollerbar {z-index: 2;}
.scrollerjogbox {width: 0px;height: 0px;top: auto; left: auto;bottom: 0px; right: 0px;display: none}
.black {color:black}
.disabledSB {color:#88898a;background: url('/imgs/bg_select_disabled_new.gif?v=1') right;cursor:default}
.disabledHeader {color:#b0b0b1;}

