/*#form-js-errors {
	width: 250px;
	position: fixed;
	z-index: 99999;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -125px;
	background: #FFFFFF;
	padding: 0 5px;
 	border: 1px solid #F64A0E;
 	color: #F64A0E;
}
#form-js-errors pre {
	font-family: Arial, Helvetica, sans-serif;
}*/
#progress-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99998;
	top: 0;
	left: 0;
	background: #FFFFFF;
}
#progress-image {
	width: 64px;
	height: 64px;
	position: fixed;
	z-index: 99999;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	background: url(../images/loading.gif) center no-repeat;
}
