#contact td input, #contact td textarea {
  width: 240px;
  border:1px solid #0ca3e1;
  padding:3px;
  font-size:1em;
  }
#contact td textarea {
  height:80px;
  }
#contact .submit {
  background:transparent url('../images/g-submit.gif') no-repeat;
  color:#fff;
  width:77px;
  height:29px;
  border:0;
  text-align:left;
  padding-left: 5px;
  }
#contact .input-small {
	width:100px;
	
}
#contact select {
  border:1px solid #0ca3e1;
	font-size:0.9em;
	padding:3px;
	width:50px;
	}