.pbox {
  font-size: 20px;
  line-height: 150%;
  display: none;
  position: fixed;
  z-index: 1000;
  width: 80%;
  max-width: 1100px;  
  overflow: auto;
  background-color:#fff200;  /* #962228;   PartPart #E3FF00;   orange: #ffcc00; oder rgba(255, 204, 0, 0.9);*/
  color: #000;
  border-radius:0px;
  /*box-shadow: 0 3px 9px rgba(0, 0, 0, 0.8);
  border: 9px solid rgba(0, 0, 0, 0.1);*/
  background-clip: padding-box;
}

.pbox h3 {color:#000;}


@media (min-width: 800px) {
	.pbox { width: 45%; }
}
.pbox .pbody { 
	padding: 3em 3em 4em 3em; 
}

.poverlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 150%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.85) !important;*/
}

a.pboxclose{
    float:right;
    margin-top:20px;
    margin-right:20px;
    cursor:pointer;
    color: #000;
    border-radius: 30px;
    
	font-family: Arial, serif;
    font-size: 40px;
    font-weight: normal;
    display: inline-block;
    line-height: 1px;
    padding: 11px 3px 11px 3px;     
	z-index:1001;	
}

.pboxclose:before {
    content: "×";
}


