.quote{
  float: right;
  position: relative;
  z-index: 2;		
  margin: 25px 30px 0 0;		
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3px;
  z-index: 2;
  border-radius: 5px;
}

.quote-link:link, .quote-link:visited{
  display: block;
  padding: 13px 55px;
  background-color: rgba(255, 0, 0, 0.9);
  text-decoration: none;
  color: #FFF;
  font-size: 10pt;						
}

.quote-link:hover{
  background-color: rgba(22, 51, 23, 0.6);		
}

#quote-cnt{
  display: none;	
  position: absolute;
  top: 46px;
  right: -10px;
  width: 245px;  
  padding: 35px 30px 0 30px;
  height: 440px;  	
  z-index: 100;
  color: #555555;
  border-radius: 10px;
  box-shadow: 0 0 10px #000;
  background: #f8f8f8;
}

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

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

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

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

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

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

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

.qf-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-pdf input[type="text"] {
  width: 142px;
}

.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{
  text-align: right;	
  padding: 15px 3px 0 0;
}

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

.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-size: 8pt;	
}

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

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