.UpdateProgressFooter 
{
	color:White;
	background-color: Black;
	border:outset 2px;
    text-align:center;
	position:absolute;
	top: expression(this.offsetParent.scrollTop + this.offsetParent.clientHeight-this.offsetHeight -10);
	left: expression(this.offsetParent.clientWidth/2-this.offsetWidth/2);
	width: 90%;
}

h2
{
	margin-bottom: 10px;
}

select
{
	background-color: whitesmoke;
}

.GridViewTranslate tr, .GridViewTranslate td
{
	padding: 2px;
}

.GridViewTranslate input[type=textArea]
{
	background-color:White;
    width:400px;
}