.quote{
  background-color: rgba(255,255,255,0.7);
  padding: 3px;		
  position: absolute;
  top: 185px;	
  right: 60px;	
  z-index: 10;		
}

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

.quote-link:hover{
  background-color: rgba(0,94,200,0.6);		
}

#quote-cnt{
  display: none;	
  position: absolute;
  top: 45px;
  right: -25px;
  width: 245px;  
  padding: 35px 30px 0 30px;
  height: 585px;  	
  background: url(../images/quote-bg.png) no-repeat;
  z-index: 100;
  color: #555555;
}

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

#popup-sale{
  display: none;  
  position: fixed;
  bottom: 45px;
  right: 10px;
  width: 300px;  
  padding: 35px 30px 0 30px;
  height: 385px;    
  background: url(../images/quote-bg.png) no-repeat;
  background-size: 100% 100%;
  z-index: 100;
  color: #555555;
}

#popup-sale-close{
  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: 215px;
  font-size: 11pt;
  font-family: Verdana;
  border: 0;
  color: #555;
  background-color: transparent;
}

.qf-interest{
  padding: 5px 0 10px;	
}

.qf-interest div.f-inline{
  width: 120px;	
  color: #DC1921;	  	
}

.qf-interest span.qf-interest-lbl{
  padding: 7px 0 0 5px;	
}

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

#quote-message{
  display: none;	
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 15;
  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: #1B79E0;
  line-height: 200%;
  padding-top: 5px;
  font-size: 8pt;
}

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

@media only screen and (max-width : 450px) {
	.quote{
		right: 20px;
	}
}
