#floatWindow{
	display:none;
	position:absolute;
	width:500px;
	height:300px;
	top:350px;
	left:200px;
}
#floatWindow a.close{
	position:absolute;
	right:20px;
	top:1px;
}
#floatWindow a.close img{
	border:none;
}
#floatWindow dl{
	width:100%;
	height:100%;
	background:url("./floatWindow.png");
	margin:0;
}
* html #floatWindow dl{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./floatWindow.png',sizingMethod='scale');
}
* html #floatWindow dl *{
	position:relative;
}
#floatWindow dl dt{
	height:25px;
	line-height:25px;
	text-indent:1em;
	color:#fff;
	font-weight:bold;
	cursor:move;
}

#floatWindow dl dd{
	margin:0;
	padding:2em;
	line-height:1.5;
	text-indent:1em;
	color:#f00;
}

a.open {
	color:#ff0;
	display:block;
	margin:5px;
	width:120px;
/*	background:#fff;*/
}
a:hover.open {
	color:#0cf;
	display:block;
	margin:5px;
	text-decoration:underline;
	width:120px;
}