#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
	background-image:url(../images/customAlert/tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
	position:relative;
	width:300px;
	min-height:100px;
	margin-top:50px;
	border:2px solid #FFF;
	background-color:#FFF;
	background-image:url(../images/customAlert/alert.gif);
	background-repeat:no-repeat;
	background-position:20px 30px;
}

#modalContainer > #alertBox {
	position:fixed; 
}

#alertBox h1 {
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 14px;	
	text-align : left; 
	background-color:#340606;
	color:#FFF;
	border-bottom:1px solid #FFF;
	padding:2px 0 2px 5px;
}

#alertBox p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 13px;	
	text-align : left; 
	height:50px;
	color:#000;
	padding-left:5px;
	margin-left:75px;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:3px;
	border:2px solid #FFF;
	width:70px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 13px;	
	text-align : left; 
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#340606;
	text-decoration:none;
}
