.quote{
  float: right;
  padding-left: 100px;
  position: relative;
  z-index: 1;				
}

#quote-cnt{
  display: none;	
  position: absolute;
  top: 31px;
  right: 10px;
  width: 230px;
  background-color: #FFF;
  border: 2px solid #EB4D04;
  padding: 20px;
  z-index: 100;
}

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

#qf-close{
  position: absolute;
  top: -19px;
  right: -19px;
}

.qf-title{
  color: #EB4D04;
  font-size: 14pt;
  text-transform: uppercase;
  border-bottom: 2px solid #EB4D04;
  padding-top: 10px;
  padding-bottom: 2px;
  margin-bottom: 20px;
  text-align: center;
}

.qf-subtitle{
  padding-top: 15px;
  padding-bottom: 3px;
}

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

.qf-item label{
  display: block;
  float: left;
  width: 80px;
}

.qf-item div{
  float: left;
  width: 145px;
}

.qf-item div input{
  width: 143px;
  font-size: 8pt;
  font-family: Verdana;
  border: 1px solid #DADFDB;
  padding: 1px;
}

.qf-item div select{
  width: 145px;
  font-size: 8pt;
  font-family: Verdana;
  border: 1px solid #DADFDB;
  padding: 1px;
}

.qf-area{
  width: 224px;
  height: 85px;
  font-size: 8pt;
  font-family: Verdana;
  border: 1px solid #DADFDB;
  padding: 3px;
}

.qf-captcha{
  width: 230px;
  padding-top: 10px;	
}

.qf-captcha label{
  display: block;
  float: left;
  width: 163px;
  padding-top: 2px;
  text-align: right;
}

.qf-captcha div{
  float: right;
  width: 54px;
  height: 19px;
  padding-left: 10px;
  padding-top: 3px;
  background-image: url(../images/quote-captcha.jpg);
  background-repeat: no-repeat;
}

.qf-captcha div input{
  width: 40px;
  height: 10px;
  padding: 1px;
  font-family: Verdana;
  font-size: 8pt;
  border: 0;
  text-align: center;
}

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

#quote-message{
  display: none;	
  position: absolute;
  left: 0;
  bottom: 0;
  width: 206px;
  padding: 10px;  
  background-color: #FFF;
}

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

.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;
}

#quote-loading{	
  display: none;
  color: #0C3963;
  line-height: 200%;
}

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