
.contactformbox
 { 
}

.errorbox
 { 
  border-bottom: 1px solid black;
  background-color: rgb(230, 230, 230);
}

td.form_text
{
  text-align: left;
  width: 300px;
}
td.form_symbol
{
  text-align: left;
  width: 28px;
}
td.form_input
{
  width: 100%;
}

input.form
{ 
	background-color:#ffffff; 
  border: inset 1px #ccc; 
	margin:0; padding:0; width:100%;
	height: 20px; 
}

textarea
{ 
	background-color:#ffffff; 
  border:inset 1px #ccc; 
	margin:0; padding:0; width:100%;
  
	font-size: 13px;
}