#modalContainer {
	background-color: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 10000;
	background-image: url(tp.png);
/* required by MSIE to prevent actions on lower z-index elements */
}
#alertBox {
	_float: left;
	position: relative;
	width: 300px;
	min-height: 100px;
	margin-top: 50px;
	border: 1px solid #c0c0c0;
	background-color: #1C63B7;
	background-image: url(alert.png);
	background-repeat: no-repeat;
	background-position: 20px 30px;
	text-align: left;
}
#modalContainer > #alertBox {
	position: fixed;
}
#alertBox h1 {
	margin: 0 0 10px 0;
	font: bold 0.9em verdana, arial;
	background-color: #D9261C;
	color: #FFF;
	border-bottom: 1px solid #c0c0c0;
	padding: 2px 0 2px 5px;
	width: 295px;
	height: 2em;
	line-height: 2em;
}
#alertBox p {
	font: 10px verdana, arial;
	height: auto;
	padding: 3px 10px;
	color: #fff;
}
#alertBox #closeBtn {
	display: block;
	position: relative;
	margin: 5px auto;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #404040;
	width: 70px;
	font: 0.9em verdana, arial;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #d9261c url('../images/buttonbgr.gif') repeat-x left top;
	text-decoration: none;
	margin-top: 10px;
}
