iframe {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	height: 470px;
	overflow: auto;
}

.centerUp {
  margin: 0 auto;
  width: 960px;
}

.modal p {
  font-size: 14px;
  text-align: left;
  margin: 10px 0 0;
}
.modal p:hover {
  cursor: pointer;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal {
	display: none;
	background: #51B8E3;
	overflow: auto;
	z-index: 1001;
	position: absolute;
	width: 800px;
	min-height: 300px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 500px;
}


.closeBtn {
	font-size: 13px;
	text-align: right;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
