﻿.table
{
	width: 405px;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
}
.row
{
	margin-bottom: 3px;
}
.label
{
	float: left;
	width: 100px;
	height: 20px;
}
.field
{
	height: 20px;
}
.field input, .field textarea
{
	width: 300px;
	border: solid 1px gray;
}
