#quickRegisterHover {
  background: #c2c2c2;
  -webkit-box-shadow: 0 0 10px 0 #b29f77;
  box-shadow: 0 0 10px 0 #c2c2c2;
  color: white;
  position: fixed;
  bottom: 0;
  right:0;
  z-index: 3;
}
#quickRegisterHover a {
  padding: 6px 60px 3px 6px;
  color: white;
  display: block;
  position: relative;
  cursor: pointer;
  line-height: 14px;
  font-weight: bold;
}
#quickRegisterHover a i {
  position: absolute;
  border-left: 1px solid white;
  border-color: rgba(255, 255, 255, 0.2);
  display: block;
  right: 0;
  top: 3px;
  height: 100%;
  width: 40px;
  background: url(../img/arrow_top.png) center center no-repeat;
}
#quickRegister {
  width: 914px;
  height: 648px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -324px;
  margin-left: -457px;
  z-index: 11;
}
#quickRegister iframe {
  border: none;
}
.userInfoFormBody #enquiry {
  margin: 0;
}

.userInfoFormBody #enquiry div#dataConfirmation {
  padding-left: 290px;
  width: 625px;
  background-position: -20px top;
  background:transparent;
}

.userInfoFormBody #enquiry input#nextButton,
.userInfoFormBody #enquiry input.nextButton,
.userInfoFormBody #enquiry input.finish {
  background: url(../img/userInfoFormInputBG.png) left top no-repeat;
  width: 204px;
  height: 56px;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  left: auto;
  top: auto;
  text-align: left;
  padding-left: 30px;
}
.userInfoFormBody #enquiry input#nextButton,
.userInfoFormBody #enquiry input.nextButton,
.userInfoFormBody #enquiry input.finish,
.userInfoFormBody #enquiry input#nextButton:active,
.userInfoFormBody #enquiry input.nextButton:active,
.userInfoFormBody #enquiry input.finish:active {
  outline: none;
}
.userInfoFormBody #enquiry input#nextButton:hover,
.userInfoFormBody #enquiry input.nextButton:hover,
.userInfoFormBody #enquiry input.finish:hover {
  background-position: left bottom;
}
.userInfoFormBody #enquiry input.finish {
  background-position: right top;
  padding-left: 40px;
}
.userInfoFormBody #enquiry input.finish:hover {
  background-position: right bottom;
}
