#alertContainer{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
	background-image:url(/images/spacer.gif);
}

#alertBox{
	position:relative;
	width:300px;
	height:158px;
	margin-top:200px;
	border:1px solid #000;
	background:url(/images/alertbg.gif) 0 0 repeat-x;
}

#alertBox #content{
	padding:10px;
}

#alertContainer > #alertBox{
	position:fixed;
}

#alertBox #close{
	display:block;
	position:relative;
	padding:3px;
	text-transform:uppercase;
	text-align:center;
	border:1px solid #000;
	margin:20px auto;
	width:70px;
	background-color:#fff;
}

#alertBox #popHead{
	height:31px;
	background:url(/images/journeyspopup.gif) 0 0 no-repeat ;
	border-bottom:1px solid #000;
	background-color:#ECEBE9;
}

#alertBox h1{
	margin:0px;
	padding:2px 0px 2px 5px;
	border-bottom:1px solid #000;
	background-color:#fff;
}

