form {
  display: inline;
}

.designer option {
  font-weight: bold;
  padding: 2px 0px 2px 8px;
  margin: 1px 0px;
  color: white;
}

.designer select {
/*  background-color: transparent;*/
}

.designer #overlay {
  height: 520px;
  width: 318px;
  position: relative;
  margin: 2em auto;
}

.designer #overlay img {
  display: block;
  position: absolute;
}
