  /* Add these styles once per website */
  .popup_background {
    z-index: 2000; /* any number */
  }
  .popup_wrapper {
    z-index: 2001; /* any number + 1 */
  }
  /* Add inline-block support for IE7 */
  .popup_align,
  .popup_content {
    *display: inline;
    *zoom: 1;
  }
  
.modal-overlay {
	width: 70%;
	background: #FFFFFF;
	z-index: 9999;
	height: 80%;
	overflow:hidden;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.modal-txt {
	margin-bottom: 20px;
	overflow:auto;
	height: 90%;
}

.modal-head {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #c4c4c4;
}

.modal-footer {
	height: 20px;
}

a.modal-close{
	float:right;
	padding:0 0.4em;
	font:bold 16px Arial;
	color: #4c8ee5;
	text-decoration: none;
}

.modal-overlay h1 {
	font-size: 24px;
}

.modal-overlay h2 {
	font-size: 18px;
	margin: 15px 0 0 0;
}