.quote{
  position: absolute;
  z-index: 1;
  right: 40px;
  top: 100px;
  font-family: Verdana;
  font-size: 9pt;
}

.quote-link:link, .quote-link:visited{
  display: block;
  width: 190px;
  height: 40px;
  padding-top: 20px;
  text-align: center;
  background-color: rgba(255, 188, 44, 0.8);
  border-radius: 5px;
  color: #FFF;
  text-decoration: none;
}

#quote-cnt{
  display: none;
  position: absolute;
  top: 115px;
  right: 10px;
  z-index: 10;
  width: 245px;
  padding: 35px 30px 0 30px;
  height: 475px;
  background-color: #F4F4F4;
  border-radius: 10px;
  z-index: 100;
  color: #555555;
}

#quoteClose{
  position: absolute;
  right: 3px;
  top: 2px;
}

#quoteForm{
  position: relative;
  font-family: Verdana;
  font-size: 8pt;
}

#regForm{
  position: relative;
  font-family: Verdana;
  font-size: 8pt;
  width: 900px;
  height: 400px;
}

.qf-subtitle{
  padding: 5px 0 3px;
}

.qf-options{
  padding: 10px 0;
}

.qf-item{
  width: 100%;
  padding-bottom: 10px;
}

.reg-item{
  width: 45%;
  padding-bottom: 10px;
}

.qf-item label,
.reg-item label {
  display: block;
  float: left;
  width: 75px;
  padding-top: 2px;
}

.qf-item label.pt-11,
.reg-item label.pt-11 {
  padding-top: 11px;
}

.qf-item div.qfi-input,
.reg-item div.qfi-input {
  float: left;
}

.qf-item div input,
.reg-item div input {
  width: 160px;
  font-size: 11pt;
  font-family: Verdana;
  border: 0;
  color: #555;
  background-color: transparent;
}

.qf-item div select{
  width: 139px;
  font-size: 11pt;
  font-family: Verdana;
  border: 0;
  color: #555;
  background-color: transparent;
}

.qf-area{
  width: 236px;
  height: 85px;
  font-size: 9pt;
  font-family: Verdana;
  border: 1px solid #DADFDB;
  padding: 3px;
  resize: none;
  color: #555;
}

.qf-captcha{
  width: 100%;
  padding-top: 10px;
  font-size: 8pt;
}

.qf-captcha label{
  display: block;
  float: left;
  width: 165px;
  padding: 8px 7px 0 0;
  text-align: right;
}

.qf-captcha div.qfc-input{
  float: left;
}

.qf-captcha div input{
  width: 62px;
  font-family: Verdana;
  font-size: 14pt;
  border: 0;
  text-align: center;
  border: 0;
  background-color: transparent;
}

.qf-button{
  padding-top: 15px;
}

.qf-button A:link, .qf-button A:visited{
  display: block;
  width: 75px;
  height: 24px;
  padding-top: 8px;
  text-align: center;
  background-color: #F5B837;
  border-radius: 5px;
  color: #FFF;
  font-size: 9pt;
  text-decoration: none;
}

#quote-message,
#reg-message{
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 225px;
  padding: 10px;
  background-color: #FFF;
  font-size: 8pt;
  z-index: 10;
}

.qm-wrong{
  border: 3px solid #FF0000;
}

.qm-wrong A:link, .qm-wrong A:visited{
  font-size: 8pt;
}

.qm-right{
  border: 3px solid #0F4771;
}

.qf_error span{
  display: block;
  padding-bottom: 10px;
  font-weight: bold;
}

.qf_error div{
  color: #FF0000;
  padding-top: 3px;
}

.qf-close{
  text-align: center;
  padding: 10px 0;
}

.qf-close A:link, .qf-close A:visited{
  font-family: Verdana;
  font-size: 8pt;
}

#quote-loading,
#reg-loading,
#contact-loading{
  display: none;
  color: #F5B837;
  line-height: 200%;
  padding-top: 5px;
  font-size: 8pt;
}

.qf_done{
  text-align: center;
  color: #0F4771;
  line-height: 150%;
  font-size: 8pt;
}

@media screen and (max-width: 700px) {
    .quote{
		top: 85px;
    	right: 10px;
	}
}

