#backgroundPopup{
  display:none;
  position:fixed;
  height:100%;
  width:100%;
  top:0;
  left:0;
  background:#000000;
  border:1px solid #cecece;
  z-index:1;
}

#popupImage{
  display:none;
  position:fixed;
  height:505px;
  width:607px;
  background:#FFFFFF;
  border:2px solid #cecece;
  z-index:2;
  padding:5px 10px;
  font-size:13px;

}
#popupImage p{
  text-align:left;
  color:#369;
  font-size:12px;
  font-weight:normal;
  // border-bottom:1px dotted #D3D3D3;
  padding:2px;
  margin:2px;
}

.popupButton{
   font-size:14px;
   line-height:14px;
   color:#6fa5fd;
   float:right;
   padding:3px 5px;
   font-weight:bold;
   cursor:pointer;
}
