/* IE Select Dropdown Fix Styles */
/* Apply class to DIV and include a blank iFrame after content */
.select-free{
	position:absolute;
	z-index:98;
	overflow:hidden;/*must have*/
	width:33em;/*must have for any value*/;
}
.select-free .hideiframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0px;/*must have*/
	left:0px;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:1px;/*must have for any big value*/
	height:1px;/*must have for any big value*/;
}


