.select-box {
	cursor:				default;
	border:				none;
	display:			block;
	padding:			0 25px 0 0;
	height:				25px;
	margin:				0 2px 0 0;
	background:			url(../images/backgrounds/forms.gif) no-repeat 0 -550px;
	float:				left;
}

.select-box_error {
	cursor:				default;
	border:				1px solid #888;
	display:			block;
	padding:			3px 25px 6px 0;
	margin:				0 2px 0 0;
	background:			url(../images/common/forms.jpg) repeat-x 0 -575px;
	float:				left;
}

	.select-box:hover,
	.select-box_error:hover {
		border-color:		#789;
	}

	.select-box a,
	.select-box_error a {
		display:			block;
		padding:			1px 20px 2px 4px;
		margin:				1px 1px 2px 1px;
		white-space:		nowrap;
		overflow:			hidden;
		color:				#888;
	}
	
	.select-box-options {
		list-style:			none;
		background:			#fff;
		position:			absolute;
		border:				1px solid #ccc;
		overflow-y:			auto;
		z-index:			690;
		padding:			0;
	}
	
	        .select-box-alt {
				background-color:		#eaf4ff;
			}
			
	        .select-box-options li {
				margin-bottom:			0;
				overflow:				hidden;
				white-space:			nowrap;
	        }
			
	        	.select-box-options li.optgroup>span {
					font-size:			105%;
					font-style:			italic;
					font-weight:		bold;
					color:				#567;
				}
				
	        	.select-box-options li>span {
					display:			block;
					padding:			2px 5px;
					border-bottom:		solid 1px #EEE;
					color:				#567;
				}
				
				.select-box-options li.selected {
					background-color:	highlight !important;
					color:				highlighttext !important;
				}
				
				.select-box-options li.disabled {
					color:				gray;
				}

	.select-box-options ul {
		margin:				0;
		padding:			0;
	}
	
	.optgroup {
		margin:				4px 0 0 !important;
	}
	
	.select-box-options-group li>span {
		padding-left:		20px !important;
		width:				auto;
	}

.select-box>a,
.select-box_error>a {
	margin:				0 2px 0 0;
	padding:			2px 20px 5px 5px;
	width:				100%;
	height:				18px;
	float:				left;
	color:				#333;
	background:			url(../images/common/selectBoxToggle.gif) no-repeat right;
}

.select-box>a:hover,
.select-box_error>a:hover {
	color:				#789;
	background:			url(../images/common/selectBoxToggle_over.gif) no-repeat right;
	text-decoration:	none;
}