/*block the whole page for modalWindow below*/
#overlayModal {
	padding: 10px;
	background: #ffffff;
	visibility: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	opacity: 0.8;
	background-image: url('/img/regis10/logo/modal_grey.png');
}
/*used for duplicates and also for alert messages*/
#modalWindow {
	padding: 10px;
	background: #ffffff;
	width: 400px;
	height: 100px;
	visibility: hidden;
	border: 1px solid #000000;
	color: #000000;
	opacity: 1.0;
	z-index: 1000000;
	text-align: center;
	align: center;
	position: relative;
	/* position:absolute;*/
	/* right:100px;*/
	/*  top: 50px;*/
}
/*used by the timeout mechanism*/
#timeoutDiv {
	padding: 10px;
	background: #fdc6c6;
	width: 100%;
	height: 30px;
	visibility: hidden;
	border: 1px solid #770000;
	color: #000000;
	opacity: 0.7;
	z-index: 1000000;
	float: top;
	align: center;
	/* background-image:url('/img/regis10/logo/timeout.gif');*/
	/* position:absolute;*/
	/* right:100px;*/
	/*  top: 50px;*/
}