.GiftVoucher {
  position: relative;
  margin-left:5px;
  background-repeat:no-repeat;
  width:600px;
  height:329px;
  overflow:hidden;
}

.GiftVoucher h2 {
  float:left;
}

.GiftVoucher div.TopText {
  clear: both;
  margin-top:72px;
}
.GiftVoucher div.TopText p {
  width:280px;
  height:32px;
}
.GiftVoucher div.TopText h2 {
  color:#FF7B00;
  width:105px;
}

.GiftVoucher p {
  float:left;
  margin-top: 0;
  padding-left: 0;
  font-family: Arial;
  font-size: 9pt;
  font-weight: normal;
  color: #4B3D3D;
  width:280px;
  overflow:hidden;
  height: 75px;
}
.GiftVoucher p b {
  width:100px;
  height:32px;
}
.GiftVoucher p.ActionCode {
  margin-top:22px;
  padding-right:180px;
  width:268px;
  height:20px;
}
.GiftVoucher b.Orange {
  clear:left;
  float:right;
  color:#FF7B00;
  font-size: 10pt;
  width:265px;
  height:20px;
}
.ActionCodeText {
  float:left;
  width:436px;
  overflow:hidden;
}

.ActionCodeText input[type="text"] {
  float:left;
  margin-top: 255px;
  margin-left:255px;
  width:133px;
  height:22px;
  border:0;
  overflow:hidden;
  font-size: 17px;
  font-family: 'DigitalSans-medium',Tahoma, Arial, sans-serif;
  letter-spacing: 0;
}

.ActionCodeSubmit {
  float:left;
  margin-top: 249px;
  margin-left: -6px;
  width:112px;
  overflow:hidden;
}
.ActionCodeSubmit input[type="submit"] {
  float:left;
  background-image:url('/images/GiftVoucher/go.gif');
  width:97px;
  height:35px;
  border:0;
  cursor:pointer;
  overflow:hidden;
}

form.ActionForm {
  margin-top: 30px;
}