#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
}
/*
	#alertBox changes
	margin-top:60px;
	border:5px groove #888;
	background-color:#FFF;
*/

#alertBox {
	position:relative;
	width:300px;
	min-height:100px;
	margin-top:60px;
	border:5px groove #888;
	background-color:#FFF;
}

#modalContainer > #alertBox {
	position:fixed;
}

/*
	Alert box changes made
	
	h1
	background-color:#005272;
	font:1.5em Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	background-color:#005272;
	REMOVED: text-transform:uppercase;

	p
	font:1.2em Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	height:75px;
	padding:5px;
	margin-left:20px;

	#closeBtn
	font:0.9em Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	background-color:#a08300;
	REMOVED: text-transform:uppercase;

*/
#alertBox h1 {
	margin:0;
	font:1.5em Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	background-color:#005272;
	color:#FFF;
	border-bottom:1px solid #000;
	padding:2px 0 2px 5px;
	
}

#alertBox p {
	font:1.2em Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	height:75px;
	padding:5px;
	margin-left:20px;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:3px;
	border:1px solid #000;
	width:70px;
	font:0.9em Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	text-align:center;
	color:#FFF;
	background-color:#a08300;
	text-decoration:none;
}

