#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
}

#alertBox {
	position:absolute;
	width: 324px;
	height:270px;
	margin-top:150px;
	margin-left:-100px;
}

#modalContainer > #alertBox {
	position:fixed;
}

#alertBox h1 {
		width: 324px;
		height: 25px;
		background: transparent url("../images/backgrounds/popup-header.png") no-repeat top center;
		margin:0px;
		padding:0px; 
		text-indent:-5000px;
}

#alertBox p {
		width: 264px;
		height: auto;
		background: transparent url("../images/backgrounds/popup-content.png") repeat-y;
		margin: 0px;
		padding: 20px 30px 30px 30px;
		text-align: center;
		
		color: #5f5f5f;
		font-size: 1.5em;
		font-family: Georgia, serif;
		font-weight: normal;
}
#alertBox p i{
			font-family: "Lucida Sans", Arial, sans-serif;
			font-weight: normal;						
			color: #4e4e4e;
		font-size: 0.6em;
}			

#alertBox h2 {
		width: 324px;
		height: 28px;
		background: transparent url("../images/backgrounds/popup-footer.png") no-repeat top center;
		margin:0px;
		padding:0px; 
		text-indent:-5000px;
}
#closeBtn{
  position:absolute;
  display:table-cell;
  left:285px;
  top:10px;
 	width: 20px;
		height: 20px;
		text-align:center;
		vertical-align:middle;
		font-size: 1.5em;
		font-family: Georgia, serif;
		font-weight: bold;		
}


	