body{
	background-color: #2274b9;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	margin: 50px;
	
	
}

#defaulttext{
	color: white;
	font-size: 14px; 
}

#defaulttext1{
	color: white;
	font-size: 14px; 
}

#defaulttext2{
	color: white;
	font-size: 14px; 
}

#filename{
	color: white;
	font-size: 16px; 
	font-weight: bold;
}

#info_normal{
	color: white;
	font-size: 14px; 
}

#info_big{
	color: white;
	font-size: 16px; 
	font-weight: bold;
}

#progress_text{
	color: white;
	font-size: 14px; 
}

#status_text{
	color: white;
	font-size: 16px; 
	font-weight: bold;
}

#downtext{
	color: white;
	font-size: 14px; 
}


#cancel_button{
border: 1px solid white;
-webkit-border-radius: 5px;
width: 151px;
/* height: 38px; */
vertical-align: middle;
/* display: table-cell; */
/* text-align: center; */
margin: auto;
margin-top: 30px;
padding: 10px;
cursor: pointer;
}

#cancel_button:hover{
	
	background-color: #3a89c3;
}

#cancel_button:active{
	
	background-color: #5d9ece;
}


#down_button{
border: 1px solid #2daae1;
background-color: #2daae1;
-webkit-border-radius: 5px;
width: 151px;
/* height: 38px; */
vertical-align: middle;
/* display: table-cell; */
/* text-align: center; */
margin: auto;
margin-top: 30px;
padding: 10px;
cursor: pointer;
}

#down_button:hover{
	border: 1px solid #2aa2db;
	background-color: #2aa2db;
}

#down_button:active{
	border: 1px solid #269ad5;
	background-color: #269ad5;
}