.quote{
  float: right;	
  position: relative;
  z-index: 1;		
}

.quote-link:link, .quote-link A:visited{
  display: block;
  width: 215px;	
  height: 40px;
  padding-top: 20px;
  text-align: center;
  border: 6px solid #92BA3D;			
  text-decoration: none;
  color: #6D8D29;				
}

.quote-link:hover{
  border: 6px solid #6CAEDF;
  color: #6CAEDF;	
}

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

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

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

#quoteForm A:link, #quoteForm A:visited{
  font-size: 8pt;
  font-family: Verdana;	
}

.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-pdf label{
  display: block;
  padding: 5px 0 13px;
}

.qf-pdf input{
  width: 141px;
}

.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;
  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: #92BA3D;
  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: 900px) {
	.quote{
		display: none;
	}	
}
