input.disabled {
  background: #CCC!important;
}
#feedbackform ul {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
  font-family: Verdana;
  font-size: 12px;
}

#feedbackform ul li {
  margin-bottom: 4px;
  clear: left;
  color: #333;
}

#feedbackform ul li fieldset {
  color: #666;
  margin-bottom: 15px;
  width: 420px;
}
#feedbackform ul li fieldset ul {
  margin-left: 15px;
  margin-right: 15px;
}
#feedbackform ul li fieldset legend {
  font-weight: bold;
  color: #0067aa;
  margin-bottom: 15px;
  margin-left: 10px;
}

#feedbackform ul li label {
  display: block;
  float: left;
  width: 165px;
  font-size: 10px;
  font-weight: normal;
}

#feedbackform ul li input, #feedbackform ul li.required textarea {
  font-size: 12px;
  padding: 1px;
  border: 1px solid #333;
  background: #FFF;
}

#feedbackform ul li input.submit 
{
  font-size: 10px;
  font-weight: bold;
  background: #acd6e4;
  border: 1px #0067aa solid;
}
#feedbackform ul li.required label{
  color: #0067aa;
	font-size: 10px;
}

#feedbackform ul li.required input, #feedbackform ul li.required textarea {
  background: #acd6e4;
  color: #000;
}

input.disabled {
  background: #CCC!important;
}
#contactFormHolder {
	text-align: left;
	width: 455px;
	background-color: #FFF;
	padding-left: 5px;
	padding-top: 5px;
	float: left;
	margin: 0px;
}
.footer2 {
	background-image: url(/images/main/main_footer.jpg);
	width: 460px;
	height: 22px;
	background-repeat: no-repeat;
	clear: left;
}	
