#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 {
	position:absolute;
	width:350px;
	min-height:100px;
	margin-top:150px;
	border:2px solid #000;
	background-color:#DCECEF;
	background-image:url(alert.png);
	background-repeat:no-repeat;
	background-position:20px 30px;
}

#modalContainer > #alertBox {
	position:fixed;  
}

#alertBox h1 {
	margin:0;
	font:bold 11pt arial,verdana;
	background-color:#ADE4ED;
	color:#000000;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	padding:2px 0 2px 5px;
}

#alertBox p {	
	font: 10pt arial,verdana;	
	padding-left:5px;
	margin-left:55px;
	margin-top:10px;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:3px;
	border: none;
	width:120px;
	font:bold 11pt arial,verdana;
	text-transform:uppercase;
	text-align:center;
	color:#000000;
	background-color:#E6F2F4;
	text-decoration:none;
	background: url(btn_short.jpg) no-repeat left top;
	height: 22px;	
}

#alertBox #closeBtnConfirmTrue {
	display:inline-block;
	position:relative;
	padding:3px;
	margin-left:28px;
	margin-bottom:6px;
	top:6px;
	border: none;
	width:120px;
	font:bold 11pt arial,verdana;
	text-transform:uppercase;
	text-align:center;
	color:#000000;
	background-color:#E6F2F4;
	text-decoration:none;
	background: url(btn_short.jpg) no-repeat left top;
	height: 22px;	
}	

#alertBox #closeTextConfirmTrue {
	display:block;
	color:#000000;
	margin-left:28px;
	margin-top:30px;
}

#alertBox #closeTextConfirmFalse {
	display:block;
	color:#000000;
	margin-left:28px;
	margin-top:6px;
	margin-bottom:8px;
}

#alertBox #closeBtnConfirmFalse {
	display:inline-block;
	position:relative;
	padding:3px;
	margin-left:28px;
	margin-bottom:6px;
	top:6px;
	border: none;
	width:120px;
	font:bold 11pt arial,verdana;
	text-transform:uppercase;
	text-align:center;
	color:#000000;
	background-color:#E6F2F4;
	text-decoration:none;
	background: url(btn_short.jpg) no-repeat left top;
	height: 22px;	
}


#alertBox #closeBtn:hover, #alertBox #closeBtnConfirmTrue:hover, #alertBox #closeBtnConfirmFalse:hover  {
	background: url(btn_short_hover.jpg) no-repeat left top;
	width:120px;
	padding:3px;
}
