.pbox {
  display: none;
  position: fixed;
  z-index: 2001;
  width: 500px;
  max-width:90%;
				   
  background: #eee;
  color: #000;
  border: 3px solid #fff;
										   
  border-radius: 0px;
  /* font-size: 80%; */
}

.pbox {

	width: 500px;
	max-width:90%;
	background: #fff;
	/* overflow-y: auto; */
}
@media (min-width: 32em) {
	/* .pbox { width: 70%; } */
}

.pbox {
	/* bottom: 20px; */
	/* right: 20px; */
	/* top: auto !important; */
	/* left: auto !important; */
}
	
.pbox h1,
.pbox h2,
.pbox h3,
.pbox a,
.pbox strong {
	color: #000;
	margin: 0 0 10px;
}
.pbox strong {
	font-weight: 700;
}
.pbox .pbody { 
	padding: 15px 20px 5px; 
	overflow: auto;
}
.pbox .pbody img { 
	/* margin: -15px -20px -5px; */
	max-width: 100%;
	height: auto !important;
}
.pbox .pbody { 
	text-align: center;
}
.poverlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95) !important;
}

a.pboxclose {
				
				   
					 
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    background: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
					  
    display: inline-block;
    line-height: 40px;
    padding: 0px 10px;
    z-index: 1001;
    position: absolute;
    right: 16px;
    right: -25px;
    top: -25px;
    z-index: 2002;
    font-weight: 200;
    border: 3px solid #fff;
	text-decoration: none;
}
a.pboxclose:hover {
    background: #f00;
}

.pboxclose:before {
    content: "×";
}
