.download_frame{
 width: 400px;
 height: 230px;
 margin: 30px;
 background-color: #BDBEC6;
 font-size: 10pt;
 color: #000000;
}

.download_head{
 color: #3A3A3A;
 font-size: 12pt;	
}

.download_info{
 color: white;
 font-size: 10pt;
}

#download_logo{
position: absolute;
top: 20px;
right: 10px;
z-index: 2;
}

#download_head{
	font-size:14pt;
	position: fixed;
	top:0px;
	left: 0px;
	width: 100%;
	display: block;
	padding-left:10px;
	color: #e6e6e6;
background-image: -webkit-linear-gradient(#333333 0%, #666666 100%); 
background-image: -moz-linear-gradient(#333333  0%, #666666 100%); 
background-image: -o-linear-gradient(#333333 0%, #666666 100%); 
background-image: linear-gradient(#333333 0%, #666666 100%);
z-index: 3;
}

#download_footer{
	position: fixed;
	bottom: 5px;
	padding-left:15px; 
}

a{
	color: white;

}

a:hover{
	text-decoration: underline;
}
