#layer1 {
	position: absolute;
	visibility: hidden;
	width: 260px;
	height: 180px;
	/*left: 20px;*/
	/*top: 300px;*/
	background-color: #333;
	border: 1px solid #ccc;
	padding: 10px;
	font: 1.2em arial;
	/* the followings sets transparency 	*/
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;	
}
 
#close {
/*	float: right;*/
	color:#fff;
}
