
.select-box {
	background: transparent url(../images/slecetBoxType1Selected2.jpg) no-repeat 0px bottom;
	color: #3D71B0;
	float: left;
	font-size: 12px;
	height: 20px;
	padding: 2px 11px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 158px;
	}
	
.select-box:hover{ 
	border-color: #D9E4F0;
	}

.select-box a {
	display: block;
	padding: 6px 25px 2px 8px;
	height: 17px;
	margin: 0px;
	white-space: nowrap;
	overflow: hidden;
	}

.select-box-options {
	list-style: none;
	background-color:#FEF4E8;
	border:1px solid #E1E1E1;
	width:158px;
	position: absolute;
	overflow-y: auto;
	z-index: 690;
	padding: 0px;
}

.select-box-alt{ 
	background-color: red; 
	}
	
.select-box-options li {
	line-height:20px;
	margin-bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	}
	
.select-box-options li.optgroup>span { font-size: 105%; font-style: italic; }
.select-box-options li>span { display: block; padding: 2px 5px; }
.select-box-options li.selected { background-color:#ffc251; color: #3D71B0; }
.select-box-options li.disabled { color: orange; }

.select-box-options ul { margin:0; padding:0; }
.optgroup { margin: 4px 0 0 !important; }
.select-box-options-group li>span {
	padding-left: 22px !important;
	width: 158px;
}


.selectBoxType1 {
	float:left;
	height:26px;
	padding: 0px 11px 0px 0px;
	width:auto;
	}