td.form {
font-family : Tahoma, Verdana, Arial;
font-size : 10px;
color : #666666;
vertical-align : top;
text-align : left;
}

td.notes {
font-family : Tahoma, Verdana, Arial;
font-size : 10px;
vertical-align : top;
text-align : left;
}

select {
	font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
  background-color: #ffffff;
  border: 1px solid #666666; 
  color: #000000; 
  width: 142px;
}

textarea {
	font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
  background-color: #ffffff;
  border: 1px solid #666666; 
  color: #000000; 
  width: 142px;
  
}

input.text { 
  font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
  background-color: #ffffff;
  border: 1px solid #666666; 
  color: #000000; 
  size : 150px;
}
input.submit {
font-family: Tahoma, Verdana, Arial;
font-size: 10px;
color : #ffffff;
background-color: #666699;
border : 0px solid #339966;
font-weight : bold; 
}
input.reset {
font-family: Tahoma, Verdana, Arial;
font-size: 10px;
color : #ffffff;
background-color: #666699;
border : 0px solid #339966;
font-weight : bold; 
}


