#popUpContainer{
	background-image:url(images/popup_middle.gif);
	background-repeat:repeat-y;
	margin:20px;
	width:543px;
}
#popUpTop{
	background-image:url(images/popup_top.gif);
	height:18px;
}
#popUpHeader{
	background-color:#6cb836;
	padding-bottom:15px;
	padding-top:10px;
	width:526px;
}
#popUpHeader p{
	margin:0;
	text-align:center;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	text-transform:uppercase;
}
#popUpMiddle{
	margin:25px;
}
#popUpBottom{
	background-image:url(images/popup_bottom.gif);
	height:27px;
}
