table.form{
	width: auto;
}
input, select{
	width: 300px;
}
input[type=radio], input[type=checkbox], input[type=submit]{
	width:auto;
}
textarea
{
	width:100%;
	border:1px solid #CCC;
}
