#fadeinbox{
	position: absolute;
	visibility: hidden;
	top: -400px;
	z-index: 100;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#fadeinbox a{
	text-decoration: underline;
}
#fadeinbox a:hover{ /*hover background color*/
	text-decoration: none;
}
/* fix ie select bug */
.select-free
{
	position:absolute;
	z-index:10;/*any value*/
	overflow:hidden;/*must have*/
	width:360px;/*must have for any value*/;
}
.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*/;
}
.select-free .bd
{
	padding: 7px 7px 12px;
	border:1px solid #80A9BD;
	background-color:#f3f6f8;
}
/* fix ie select bug */
