#processing_overlay
{
	position: absolute;
	zIndex: 99998;
	top: 0px;
	left: 0px;
	width: 99%;
	height: 99%;
	background-color:#000;
	border: solid 1px #000;
	opacity:0.3;
	filter:alpha(opacity=30)
	cursor:wait;
}
#processing_overlay_help
{
	position: absolute;
	zIndex: 99998;
	top: 0px;
	left: 0px;
	width: 99%;
	height: 99%;
	background-color:#000;
	border: solid 1px #000;
	opacity:0.3;
	filter:alpha(opacity=30)
	cursor:wait;
}							
#processing_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	//border: solid 5px #669900;
	border: solid 5px #000060;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#processing_container_help {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 620px; /* Dialog will wrap after this width */
	background: #FFF;
	//border: solid 5px #669900;
	border: solid 5px #000060;
	color: #000;
	margin:0em;
	padding:0em;x
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


#processing_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	//background-color:#669900;
	background-color:#000060;
	color: #FFF;
	/*border: solid 1px #FFF;*/
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#processing_title_help {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	//background-color:#669900;
	background-color:#000060;
	color: #FFF;
	/*border: solid 1px #FFF;*/
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#processing_content {
	text-align: center;
	padding: 1em 1.75em;
	margin: 0em;
}

#processing_content_help {
	text-align: left;
	padding: 0em;
	margin: 0em;
	vertical-align: middle;
}

#processing_message {
	text-align:center;
	vertical-align:middle;
}

#processing_message_help {
	text-align:left;
	vertical-align:middle;
}
