/* CSS Document */

/* Feedback */

#feedback{
 background-image: url(../images/site/quote/quote-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  top: -0px;
  left: 33px;
  height: 740px;  
  width: 735px;  
  line-height: 1.0em;  
  color: #fff;
}

h1.feedback{
  background-image: url(../images/site/feedback/feedback1.jpg);
  background-repeat: no-repeat;
  width: 611px;
  height: 70px;
  position: absolute;
  top: 10px;
  left: 10px;

}

#feedback-content{
  position: absolute;
  top: 85px;
  left: 30px;
  width: 675px;
  height: 600px; 
  text-align: left;  
}

#feedback-content p{
  line-height: 1.3em;
}

.feedback-divider{
  margin: 5px 0 5px 0;
}

#feedback-left{
  width: 430px;
  float: left;
  

  
}
#feedback h3{
 margin: 0px 0  7px 0;
  padding: 5px 0 0px 0;
  font-size: 12px;
  font-weight: bold;
  
}

#feedback-left .form-row
{
	width : 430px;
	float : left;
	clear : both;
	margin-bottom : 1px;
	padding: 0;
  height: 20px;
}


.form-row-full{
  width : 100%;
	float : left;
	clear : both;
	margin-bottom : 2px;
	padding: 0;
 
}

.form-row-details{
  width : 450px;
	float : left;
	clear : both;
	margin-bottom : 1px;
	padding: 0;
	
 
}


#feedback select{
  font-size: 11px;
  width: 5.0em;
  margin-right: 4px;
  text-align: left;
  padding: 0;
}

#feedback select.sel-med{
  font-size: 11px;
  width: 5.0em;
  margin-right: 3px;
}

.hint{
  font-style: italic;  
}

#feedback-details{
  float: left;
  width : 600px;
  margin-top: 5px;  
  position: relative;
}

#feedback-details label{
  width: 80px;
  float: left;
}

#feedback-details input.feedbacklong{
  width: 350px;
  float: left;
  font-size: 10px;

}



#feedback-right{
  width: 230px;
  height: 340px;;
  background-image: url(../images/site/feedback/visitors-bg.jpg);
  background-repeat: no-repeat;
  float: right;
  margin-top: 20px;
  position: relative;
}

#feedback-inner{
  width: 205px;
  position: absolute;
  top: 50px;
  left: 14px;
  color: #121178;
}
#feedback-inner p{  
  color: #121178;
  line-height: 1.4em;
}

#feedback-right input{
  
}

#feedback-right textarea{
  width: 205px;
  height: 60px;
}

input.feedback{
  width: 205px;
}


.visitorbtn{
  border: none;
  background-color: #121178;
  width: 70px;
  margin-top: 3px;
  color: #fff;
}



#contactbtn{
  position: absolute;
  top: 14px;
  left: 440px;
  border: none; 
  background-image: url(../images/site/feedback/contact-btn.jpg);
  background-repeat: no-repeat;
  background-color: red;
  width: 85px;
  height: 30px;
  
}


