body {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.un-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 437px;
  height: 322px;
  padding: 20px 18px;
  margin-top: -181px;
  margin-left: -238px;
  background: #fff url('../images/back.png') center center repeat;
  font-family: 'Georgia','Playfair Display',serif;
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 1px 1px #fff;
  -moz-box-shadow: inset 0 0 1px 1px #fff;
  box-shadow: inset 0 0 1px 1px #fff;
}

.un-overlay.mod-static {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
}

.un-overlay.mod-auto {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.un-overlay .un-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.un-overlay .un-wrapper .line {
  position: relative;
  padding: 0 20px 20px 135px;
}

.un-overlay .un-wrapper .line label {
  position: absolute;
  top: 6px;
  left: 0;
}

.un-overlay .un-wrapper .line input[type="text"],.un-overlay .un-wrapper .line select {
  display: block;
  width: 100%;
  height: 31px;
  padding: 0 10px;
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 1px 1px #fff;
  -moz-box-shadow: inset 0 0 1px 1px #fff;
  box-shadow: inset 0 0 1px 1px #fff;
  font-size: 15px;
  font-family: "Trebuchet MS";
  color: #353535;
  line-height: 2;
  background: #fff url('../images/input.png') top left repeat-x;
}

.un-overlay .un-wrapper .line select {
  height: 33px;
}

.un-overlay .un-wrapper .line.mod-select {
  padding-left: 137px;
  padding-right: 0;
}

.un-overlay .un-wrapper .line.mod-gray {
  line-height: 49px;
  padding-left: 165px;
  padding-bottom: 0;
  margin: 0 -18px;
  background-color: #ddd;
}

.un-overlay .un-wrapper .line.mod-gray label {
  top: 0;
  left: 20px;
}

.un-overlay .un-wrapper .line.mod-hr {
  background-image: url('../images/hr.png');
  background-position: top left;
  background-repeat: repeat-x;
}

.submit {
  position: relative;
  padding: 0 13px 8px;
  margin: 20px 21px 0;
  top: 0;
  left: 0;
  border: 0;
  font-size: 25px;
  font-family: "Georgia";
  color: #353535;
  font-weight: bold;
  font-style: italic;
  line-height: 1.6;
  text-shadow: 0 1px 0 #fafafa;
  cursor: pointer;
  outline: 0;
}

.submit,.submit:before,.submit:after {
  background: url('../images/submits.png') top left repeat;
}

.submit:before,.submit:after {
  content: " ";
  position: absolute;
  top: 0;
  width: 22px;
  height: 48px;
}

.submit:before {
  left: -22px;
}

.submit:after {
  right: -22px;
}

.submit.green:before {
  background-position: 0 0;
}

.submit.green {
  background-position: 0 -50px;
  color: #1a3a01;
  text-shadow: 0 1px 0 #beff67;
}

.submit.green:after {
  background-position: 0 -100px;
}

.submit.red:before {
  background-position: 0 -150px;
}

.submit.red {
  background-position: 0 -200px;
  color: #3a0101;
  text-shadow: 0 1px 0 #ffa657;
}

.submit.red:after {
  background-position: 0 -250px;
}

.submit.green:hover:before,.submit.blue:before {
  background-position: 0 -300px;
}

.submit.green:hover,.submit.blue {
  background-position: 0 -350px;
  color: #02463c;
  text-shadow: 0 1px 0 #6eff8e;
}

.submit.green:hover:after,.submit.blue:after {
  background-position: 0 -400px;
}

.field {
  position: relative;
}

.placeholder {
  display: block;
  position: absolute;
  left: 40px;
}

.placeholder span {
  margin-left: 15px;
  font-size: 15px;
  font-family: "Trebuchet MS";
  color: #353535;
  line-height: 1;
}

@media screen and (max-width:640px) {
	.un-overlay .un-wrapper .line.mod-select, .un-overlay .un-wrapper .line, .un-overlay .un-wrapper .line.mod-gray {padding-left:0;}
	.un-overlay .un-wrapper .line.mod-gray {text-align:center;}
	.un-overlay .un-wrapper .line label {position:relative; top:0;}
	.un-overlay .un-wrapper .line.mod-gray label {left:0; }
	span.newprice.price_main {padding-left: 7px;}
	.submit {display:block; margin: 20px auto;}
	.placeholder span {position:absolute; top:9px;}
}