body
{
	
}

#modal
{
	position:absolute;
	z-index: 300;
	display:none;
    border: solid 1px black;
    background-color:white;
}
#modal .modalTop
{
    background-color: Transparent;
    background-repeat: repeat-x;
    text-align: right;
}
#modal .modalTitle
{
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    float:left;
}

#modal .modalTop a, .modalTop a:visited
{

}
#modal .modalBody
{
    text-align: left;
}
#updateProgress {
	position:absolute;
	left:75px;
	bottom:75px;
	z-index:300;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	background-color: white;
	border: 1px;
	border-style: solid;
	border-color: #d8180f;
	font-weight: bold;
	font-size: 12px;
}
#updateProgress SPAN {
	vertical-align: top
}