

/* element: top right bottom left; */
#polliepop {
  display: none;
  position: absolute;
  top: 225px;
  left: 300px;
	width: 310px;
  height: 320px;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  color: #000000;
  font-size: 16px;
  font-family: Arial;
  font-weight: normal;
  text-decoration: none;
  background-color: #ffffff;
  border: 4px solid #59a100;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 10px 10px 10px #8fa375;
}

/* element: top right bottom left; */
#popexit {
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #000000;
  font-size: 26px;
  font-family: Arial;
  font-weight: normal;
  text-decoration: none;
  background-color: #ffffff;
  border: 0px solid #000000;
}


