

#ageVerifyShade {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: none;
  top: 0;
  left: 0;
  z-index:9;
}

#ageVerifyPop {
  position: absolute;
  width: 300px;
  height: 75px;
  background-color: #ccccff;
  border: solid 1px #ffffff;
  text-align: center;
  padding: 10px;
  display: none;
  left: 50%;
  top: 40%;
  margin-left: -150px;
  margin-top: -32px;
    z-index:9;

}

.artForm td {
  vertical-align: top;
}

.error {
  color: #ff0000;
}

table {
  font-size: 12px;
}
