@charset "utf-8";
/* CSS Document */

#MessageBox {
	position	: absolute;
	top 		:	 30%;

	/*width 		: 200px;*/
	margin-left	:auto;
	margin-right:auto;
	border 		: 0px;
	padding 	: 20px;
	background-color : #FFFFFF;
	border 		: 1px solid #333;
	z-index		:101;
	filter:shadow(color:gray);
}

#pageoverlay{
	position	: absolute;
	top			: 0;
	left		: 0px;
	width		: 100%;
	height		: 2000px;
	filter		:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity		: 0.4;
	z-index		:99;
	background-color: #000000;
}

#Form {
	position	: absolute;
	top 		: 20%;
	/*left		: 30%;
	width 		: 400px;*/
	margin-left	:auto;
	margin-right:auto;
	border 		: 0px;
	padding 	: 20px;
	background-color : #FFFFFF;
	border 		: 1px solid #333;
	z-index		:101;
	overflow	:hidden;
	filter:shadow(color:gray);
}


#iForm {
	position	: absolute;
	top 		: 20%;
	/*left		: 30%;
	width 		: 400px;*/
	margin-left	:auto;
	margin-right:auto;
	/*border 		: 0px solid #FFFFFF;*/
	/*padding 	: 20px;*/
	background-color : #FFFFFF;
	z-index		:100;
	overflow	:hidden;
	filter:shadow(color:gray);
}
