#topbar {
	position: absolute;
	border: 0px solid red;
	padding: 0px;
	background: url(opacity.png);
	visibility: hidden;
	z-index: 100;
}
.select-free
{
	position:absolute;
	z-index:10;
	cursor:help;
	overflow:hidden;/*must have*/
	/*width:53em;*//*must have for any value*/;
	border:solid 10px #4F6948;
}

.bd {background-color:#fff;}

.select-free iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}