﻿*.UpdateProgress
{
	position: fixed;
	z-index: 999999;
	
	top: 0px;
	
	margin: 5px 5px 5px 5px;
	border: 1px solid #3B5998;
	padding: 2px 8px 2px 27px;
	
	background-color: #EDEFF4;
	background-image: url("UpdateProgress.Anim.gif");
	background-repeat: no-repeat;
	background-position: 5px center;
}