			.html_dropdown_select
			{
				display: none;
			}

			.html_dropdown_div
			{
				position: relative;
				display: inline-block;
				width:100%;
				height:2em;
				/* margin:10px auto; */
				margin: 0px auto 10px auto;
				padding:0 0px;
				text-align:left;
				box-sizing:border-box;
				-moz-box-sizing:border-box;
			/*	border:1px solid #303030;  */
				border:1px solid #999999;
				z-index:10;
			}

			.html_dropdown_options_list
			{
				position:absolute;
				display:none;
				top:20px;
				left:-1px;
				padding:0 0 10 0;
				background-color:#ffffff;
			    	border:1px solid #999999;
				width: 100%;
				
			}
			#page_id_div .html_dropdown_options_list {
				overflow-x: hidden;
				overflow-y: scroll;
				height:200px;
				padding-right: 20px;
				padding-bottom: 10px;
				-webkit-overflow-scrolling: touch;
				
			}
			#page_id_div_down  .html_dropdown_options_list {
				overflow-x: hidden;
				overflow-y: scroll;
				height:200px;
				padding-right: 20px;
				padding-bottom: 10px;
				-webkit-overflow-scrolling: touch;
				
			}
			
			#mfg_id_div .html_dropdown_options_list {
				overflow-x: hidden;
				overflow-y: scroll;
				height:200px;
				padding-right: 20px;
				/* overflow: auto; */
				-webkit-overflow-scrolling: touch;
				
			}
			#btm_mfg_id_div .html_dropdown_options_list {
				overflow-x: hidden;
				overflow-y: scroll;
				height:200px;
				padding-right: 20px;
				-moz-overflow-scrolling:touch;
				
				
			}
			 
			.html_dropdown_selected_option_div
			{
				position: relative;
				display:inline-block;
				width: 79%;
				cursor: pointer;
				font-size:1em;
				color:#303030;
				line-height:1.75em;
				cursor:pointer;
				border:0px solid red;
				padding: 0 10 0 10;
				background-color: white;
				height: 25px;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
		    }
			.html_dropdown_option_div, .html_dropdown_option_div_hover {
				position: relative;
				display:inline-block;
				width: 90%;
				cursor: pointer;
				font-size:1em;
				color:#303030;
				line-height:1.75em;
				cursor:pointer;
				border:0px solid red;
				padding: 0 5 0 10;
				background-color: white;
			}
            
            .html_dropdown_option_div > span
			{
				color:#000000;
				background-color: #ffffff;
			}
			
			.html_dropdown_option_div_hover > span
			{
				color:#ffffff;
				background-color: #000000;
			}
			
			.html_dropdown_button
			{
				position:absolute;
				top:0;
				right:0;
				width:20px;
				height:20px;
				line-height:20px;
				background-image:url("/media_images/dropdown_triangle.png");
				background-position:center center;
				background-size:10px 9px;
				background-repeat:no-repeat;
				cursor:pointer;
			}
			