.selectArea, .center_a, .selectArea .left, .scrollbar-up, .scrollbar-down, .scrollbar-handle {

}
.selectArea {
	height:26px !important;
	position: relative;
	background: url(../img/select.gif) repeat-x;
}
.selectArea input {
	color: #4b4a4a !important;
	border: none !important;
	background: none !important;
	position: absolute;
	top: 6px;
	left: 0;
	width: 80% !important;
	height: 100% !important;
	padding: 0 0 0 7px !important;
	cursor: pointer;
	height: auto !important;
	font: normal 12px Verdana, Geneva, sans-serif;
}
.center_a {
	cursor: pointer;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 99% !important;
	background: url(../img/downSelect.gif) 100% 0 no-repeat;
}
* html .center_a {
	right: -1px;
	overflow: hidden;
}
.selectArea .left {
	width:1px;
	left: 0;
	height: 100%;
	float:left;
	overflow: hidden;
	position: relative;
	background: #bcbbbf;
}
.selectArea .optionsDivInvisible, .selectArea .optionsDivVisible {
	border-bottom: 1px solid #bdbcc0;
	background: #fff  !important;
	top: 26px !important;
	position:absolute !important;
	margin: 0 !important;
	z-index:200;
	text-align: left;
	left: 0 !important;
	width: 100% !important;
	overflow: hidden;
}
.optionsDivVisible {
	display:block;
}
.selectArea .optionsDivInvisible span {
	padding: 5px 0 2px !important;
	border-left: 1px solid #bdbcc0 !important;
	border-right: 1px solid #bdbcc0 !important;
	color: #4b4a4a !important;
	font: normal 12px Verdana, Geneva, sans-serif;
	text-indent: 10px;
	display: block;
	height: 18px;
	cursor: pointer;
	margin:0 !important;
	float: none !important;
	background: none;
}
.selectArea .scrollbar-container span {
	margin-left: -5px !important;
}
.selectArea .optionsDivInvisible span:hover {
	background:  #F00;
	color: #4b4a4a !important;
}
.selectArea .optionsDivInvisible span.over {
	background: #e2e0e0;
	color: #4b4a4a !important;
}
.scrollbar-container {
	height: 120px;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	position: relative !important;
	border-left: 1px solid #bdbcc0 !important;
	border-right: 1px solid #bdbcc0 !important;
	display: block !important;
	float: none !important;
	clear: none !important;
	width: auto !important;
}
* html .scrollbar-container {
	width: 100% !important;
}
.scrollbar-up, .scrollbar-down {
	width: 25px;
	height: 0;
	overflow: hidden;
	position: absolute !important;
	top: 0;
	right: 0;
	left: auto;
	cursor: pointer;
	z-index: 40;
	margin: 0 !important;
	padding: 0 !important;
	background:  #03F;
	border-right: 1px solid #bcbbbf;
}
.scrollbar-down {
	top: auto;
	bottom: 0;
	background: #900;
}
.scrollbar-track {
	height: 120px;
	width: 23px;
	*width: 24px;
	position: absolute !important;
	top: 0;
	right: 0;
	z-index: 30;
	margin: 0 !important;
	padding: 0 !important;
	background: #bcbbbf;
	border-right: 1px solid #bcbbbf;
}
* html .scrollbar-track, * html .scrollbar-up, * html .scrollbar-down {
	right: 0px;
}
.scrollbar-handle {
	cursor: pointer;
	position: absolute !important;
	right: 0;
	top: 0;
	width: 24px;
	height: 20px;
	overflow: hidden;
	margin: 0 !important;
	display: block;
	background: url(../img/selectHandle.gif) repeat-x;
	border-right: 1px solid #bcbbbf;
}
.container2 {
	height: 103px;
	width: 100% !important;
	clear: none !important;
	position: static !important;
	margin: 0 !important;
	padding: 0 !important;
}
.scroller-container {
	top: 0;
	left: 0;
	z-index: 20;
	position: absolute !important;
	width: 1000px !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}
.selectArea .optionsDivInvisible .scroller-container span {
	border: none !important;
}
