.contact_text {
	font-family:  Tahoma;
	font-size: 13px;
	color: #ffffff;
	font-weight:normal;
}
.form {
	font-family:  Tahoma;
	font-size: 13px;
	color: #ffffff;
}
.email_text {
	font-family: Tahoma;
	font-size: 16px;
	color: #ffffff;
}
.phone_text {
    font-family: Tahoma;
	font-size: 13px;
    font-weight: bold; 
	color: #ffffff;
	}
.formButton {
   width:80px;
   height:26px;
   border: none;
   vertical-align: middle;
   font-family: Tahoma;
   color: #ffffff; 
   background: url(../../images/original/submit_btn.png);
   padding-bottom:2px;
 } 
  
div.inputWrapper {
	width: 205px;
	background:  url(../../images/original/input_bg.png) no-repeat -4px -2px;
	color: #ffffff;
}

div.inputWrapper input {
	border: 0;
	padding: 3px;
	height: 22px;
	width: 205px;
	background-color: transparent;
	color: #ffffff;
}
  
.formTextarea { 
  width: 205px;
  height: 170px;
  border: 1px solid #A0B7C9;
  padding: 0px;
  font-family: "Trebuchet MS", Tahoma;
  font-size: 13px;
  background-image: url(../../images/original/textarea_bg.png) ; 
  background-position: top right;
  background-repeat: repeat;
  background-color: transparent;
  overflow:auto;
  color: #ffffff; 
 
}