div.calendar_widget {
	position: absolute;
	top: 0px;
	left: 0px;
	width:150px;
	height: 200px;
	display: none;
	z-index: 3;
	overflow: auto;
}

div.downloadlist { 
  	float:right; 
	border: 1px; 
	background-color: e0e0ff; 
	padding: 4px; 
	border-style: 
	outset; 
}
  
div.downloadlist ul { 
	list-style: none; 
	margin: 4px; 
}