div.shadow
{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:Black;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
	z-index:10;
}

div.loader
{
	width:100%;
	height:100%;
	position:fixed;
	margin:auto;
	top:50px;
	z-index:11;
}

div.loader div.box
{
	width:500px;
	margin:auto;
	top:50px;
	background:white;
	position:relative;
}

div.close
{
	float:right;
	padding-bottom:2px;
	padding-top:2px;
	padding-left:7px;
	padding-right:7px;
	border:solid 1px black;
	text-align:center;
	vertical-align:middle;
	font-family:Verdana;
	font-size:1.2em;
	cursor:pointer;
	margin-top:15px;
	margin-right:15px;
}

div.close:hover
{
	background:Purple;
	color:white;
}

div.ok
{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	font-size:1.2em;
	cursor:pointer;
	border:solid 1px black;
	margin-left:20px;
	margin-right:20px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	
}

div.ok:hover
{
	background:Purple;
	color:white;
}

div.message
{
	padding-top:65px;
	padding-bottom:65px;
	width:90%;
	margin:auto;
	text-align:center;
	font-size:1.25em;
}



div.buttons
{
	position:absolute;
	height:50px;
	width:100%;
	bottom:0px;
}
