﻿.updateProgress
{
    z-index: 20;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.updateContent
{
    z-index: 21;
	border: solid 1px #000;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 50px;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 50px;
	position: absolute;
	opacity: 1.0;
	filter: alpha(opacity=100);
	margin-left: -200px;
	margin-top: -100px;
}

.handle
{
    width:16px;
    height:16px;
    background-image:url(images/handlegrip.bmp);
    overflow:hidden;
    cursor:se-resize;
}

.xxxhandle
{
width:10px;
height:10px;
background-color:#aaccee;
}

.resizing
{
padding:0px;
border-style:solid;
border-width:1px;
border-color:#aaccee;
cursor:se-resize;
}
