.quote{
  position: absolute;
  z-index: 2;		
  right: 5%;
  top: -45px;
  font-family: Verdana;
  font-size: 9pt;			 
}

#quote-fade{
  display: none;
  background: #000; 
  position: fixed; 
  left: 0; 
  top: 0; 
  z-index: 10;
  width: 100%; 
  height: 100%;
  opacity: .80;
  z-index: 9999;
}

#quote-popup{
  display: none;
  width: 100%;	
  position: absolute;
  top: 50%; 
  left: 0;
  z-index: 99999;
}

.quote-popup-wp{
  width: auto;	
  max-width: 600px;	
  _width: 600px; 
  margin: 0 auto;
  position: relative;
  z-index: 1;	
  border: 2px solid #4C4C4C;
  background-color: #FFF;
  padding: 20px;
  font-size: 8pt;				 	
}

.quote-close{
  width: 29px;
  height: 29px;			
  position: absolute; 
  top: 10px;
  right: 10px;
}

.quote-lbl{
  color: #002157;
  font-size: 14pt;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #BEBEBE;
}

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

.qf-item{
  float: left;	
  width: 45%;
  padding: 10px 5% 0 0;
}

.qf-item label{
  display: block;
  padding-bottom: 5px;
}

.qfi-input input{
  width: 260px;
}

.qfi-pdf-input input{
  width: 165px;	
}

.qf-subtitle{
  clear: left;	
  padding: 10px 0 5px;
}

.qf-area{
  width: 560px;
  height: 100px;
  resize: none;	
}

.qf-captcha{
  width: 95%;
  padding: 10px 5% 0 0;
  text-align: right;	
  font-size: 8pt;
}

.qf-captcha div{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;	
}

.qf-captcha label{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;	
  padding-top: 9px;
}

.qfc-input{
  padding: 1px 5px 0;	
}

.qfc-input input{
  width: 62px;
}

#quote-loading{	
  display: none;
  float: right;		
  height: 38px;	
  color: #002157;
  margin: 10px 5% 0 0;	
  padding: 0 30px 0 10px;
  background: url(../images/loading.gif) right bottom no-repeat;	
  font-size: 8pt;
}

#quote-message{
  display: none;	
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 225px;
  padding: 10px;
  margin-left: -120px;	  
  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-family: Verdana;
  font-size: 8pt;		
}

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

@media screen and (max-width: 1720px) {
	.quote-link:link, .quote-link:visited{
		padding-top: 12px;
		height: 30px;
		width: 160px;
		color: #433F45;
	}
	#quote-cnt{
		top: 59px;	
	}		
}

@media screen and (max-width: 1400px) {
	.quote{
		position: relative;
		left: 0;
		clear: right;
		float: right;
		padding-top: 20px;
	}	
}

@media screen and (max-width: 980px) {
	.quote{
		clear: none;
		float: right;
		padding-top: 49px;
		padding-right: 20px;
	}		
}

@media screen and (max-width: 650px) {
	.quote{
		padding: 20px 0 0;
	}	
	.quote-popup-wp{
		max-width: 290px;
	}
	.qf-item{
		width: 100%;	
		padding-right: 0;
	}
	.qf-area{
		width: 260px;
	}	
	.qf-button{
		display: block;
		padding-top: 15px;
	}	
}

@media screen and (max-width: 520px) {
	.quote{
		padding: 6px 20px 0 0;
	}		
}
