form table td
{
	text-align:left;
	vertical-align:top;
}
form table td input
{
	width:95%;
}
form table td input#state
{
	width:20px;
}
form table td input#zip
{
	width:100px;
}
form table th textarea
{
	width:95%;
	height:200px;
}
form table th
{
	vertical-align:top;
	text-align:right;
}