/* the overlayed element */
div.overlay, #download{
	
	/* growing background image
	background: url(../../images/white.png); */
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:auto;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}


/* container for external content. uses vertical scrollbar, if needed */ 
div.wrap { 
    height:auto; 
    overflow-y:auto; 
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../../images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#download{ 
    width:520px; 
    height:126px; 
    padding:0px; 
} 
 
#download div.close { 
    right:-15px; 
    top:-10px; 
}

#downloadblock{
	position: relative;
	float: left;
	width: 516px;
	height: 126px;
	border: 1px solid #efefef;
	margin: 0px ;
	 background: url(../../images/downloadarea.png) left top repeat-x;
	z-index:0;
}


.downloadcol{
	position: relative;
	float: left;
	width: 257px;
	height: auto;
	margin: 0px;
	z-index:0;
}
