#modal-wrapper {
  display: none;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/modal-blackscreen.png);
  z-index:8000;
}
#modal-wrapper2 {
    display: none;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/modal-blackscreen.png);
    z-index:8000;
}
.popupform {
  position: relative;
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
  width: 460px;
  height: 400px;
/*  margin: 200px auto 0;*/
  background-image: url(../img/modal-bg.png);
  border-radius: 5px;
}
.popupform #orderform {
  text-align: center;
}
.popupform #orderform input,
.popupform #orderform button {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
}
.popupform #orderform input {
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  font-weight: 100;
  background-color: transparent;
  display: inline-block;
  width: 312px;
  height: 26px;
  padding: 5px 15px;
  margin-bottom: 30px;
  background-image: url(../img/modal-input.png);
}
.popupform #orderform button {
  color: #fff;
  text-shadow: 0 1px 2px #000;
  width: 342px;
  height: 38px;
  background-image: url(../img/modal-button.png);
}
.popupform p {
  color: #444;
  margin: 0;
  padding-top: 30px;
	margin-bottom: 30px;
  text-shadow: 0 1px 0 #fff;
}
.popupform .hr {
  display: inline-block;
  width: 342px;
  height: 30px;
  background-image: url(../img/modal-hr.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.popupform #close, .popupform #close2 {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 42px;
  height: 42px;
  background-image: url(../img/modal-close.png);
  cursor: pointer;
}
