.select_element {
	display:block;
	z-index:999999999;
}
.select_element .for_opt{
	position:relative;
	top:0px;
	left:0px;
	z-index:999999999;
}
.select_element .options{
	list-style:none;
	border:1px solid #B98B8B;
	background:#efefe3;
	position:absolute;
	top:-6px;
	left:0px;
	z-index:999999999;
}
.select_element .options *{
	cursor:default;
	z-index:999999999;
}
.select_element .options li{
	z-index:999999999;
	padding:3px 10px;
	text-align:left;
	font-weight:normal;
	color:#000;
	font-family:Tahoma;
	font-size:11px;
	/*line-height:15px;*/
}
.select_element input{
	text-align:left;
	font-weight:normal;
	color:#000;
	font-family:Tahoma;
	font-size:11px;
	border:1px solid #b98b8b;
	height:17px;
	padding:0px;
	margin:5px 0;
	z-index:999999999;
}

.PopUpElement{
	background:#faf2bb;
	border:1px solid #B98B8B;
	padding:2px 6px;
	color:#000;
	font-weight:normal;
	font-family:Tahoma;
	font-size:10px;
	text-transform:uppercase;
	z-index:999999999;
}