/* CSS Document */
#fd{
    background: #FFFFFF;
    border: 8px solid #B4D0DC;
    z-index:10000;
	position: absolute;
	display: none;
	top: 15px;
	left: 280px;
	overflow:hidden;
	padding: 10px;
	
	font-family: Trebuchet MS;
	font-size: 22px;
	font-weight: normal;
	color: #B4D0DC;
	text-decoration: none;
	text-align:left;

}

#fd #clz{
    width:120px; 
	height:20px; 
	position:absolute;
	right: 5px;
	cursor:pointer;
	z-index:10000;
	top: 0px;
	margin-top:5px;
}

#fd #content{
	width:430px; 
    height:370px; 
	background: #FFFFFF;
	position:absolute;
	z-index:20000;
	text-align:center;
	left:10px;
	top:65px;
		
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

