.select-box {
	cursor: pointer;
	display: block;
	padding: 0;
	margin: 0;
	width: 309px; height: 25px !important;
	background: url(images/dropdown-bg.png) no-repeat;
	float: right;
	font-size: 12px;
	margin-top:6px;
	margin-right: 6px;
}
	.select-box:hover { background-position: 0px -26px;}

	.select-box a {
		display: block;
		padding: 2px 20px 2px 5px;
		margin: 0 1px 0 1px;
		*padding-top: 1px;
		height: 20px;
		line-height: 20px !important;
		white-space: nowrap;
		overflow: hidden;
		color: #243960;
		text-shadow: 0px 1px 0px white;
		text-decoration: none;
		outline: 0;
	}
	
	.select-box a span{
		line-height: 20px; !important;
		padding:0 !important;
		margin: 0 !important;
	}
	
	.select-box-options {
		list-style: none;
		background: #fff;
		position: absolute;
		border: 1px solid #9bb2ce;
		overflow-y: auto;
		z-index: 690;
		-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
		padding-top: 5px; padding-bottom: 5px; padding-right: 2px;
		margin-top: 10px !important;
		-moz-box-shadow: 0px 0px 4px #9bb2ce; -webkit-box-shadow: 0px 0px 4px #9bb2ce; box-shadow: 0px 0px 4px #9bb2ce;
	}
	        .select-box-alt { background-color: #eaf4ff; }
	        .select-box-options li {
				margin-bottom: 0;
				overflow: hidden;
				white-space: nowrap
				background-color: #cfdae6 !important; 
				color: #232323; 
				text-shadow: 0px 1px 0px white !important; 
				width: 300px !important; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; 
				margin-left: 5px; 
				display: block; 
	        }
	        	.select-box-options li.optgroup>span { font-size: 105%; font-style: italic; }
	        	.select-box-options li>span { display: block; padding: 4px 5px; }
				.select-box-options li.selected { background-color: #335090 !important; color: white !important; 	text-shadow: 0px -1px 0px #0d2747 !important; border: 1px solid #1b2f5c;}
				.select-box-options li.disabled { color: gray; }



	.select-box-options ul { margin:0; margin-top: 10px !important; padding:0;}
	.optgroup { margin: 4px 0 0 !important; }
	.select-box-options-group li>span {
		padding-left: 22px !important;
		width: auto;
	}
	

