.renewDialogPanel{
	background-image:url(../Images/menu_gray.gif);
	background-position:center top;
	background-repeat:repeat-x;
	border: 2px solid #C5C5C5;
	width: 200px;
	background-color: #F0F0F0;
	/*position: fixed;*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

.renewDialogTitle{
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:15px;
	height:22px;
	/*padding: 0px 5px 0px 12px;*/
	text-decoration:none;
	vertical-align:middle;
	text-align: center;
	clear: both;
	display: block;
}

.renewDialogBody{
	text-align: center;
	padding: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}

.renewDialogBar{
	height: 22px;
	width: 180px;
	border: solid 1px #C3C3C3;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.renewDialogFill{
	background-color: Silver;
	background-image:url(../Images/menu_gray.gif);
	/*border-right: solid 1px #000000;*/
	height: 22px;
	overflow: hidden;
}

.renewDialogTool input{
	margin:2px;
	width: 40px;
}
.renewDialogClear{
	clear: both;
	height: 0px;
	font-size: 0;
	overflow: hidden;
	line-height: 0;
}
.renewDialogOverlay{
	background-color: #000000;
	/*position: fixed;*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
}
