table.form table
{
	border-collapse: collapse;
}

table.form
{
	font-size: 75%;
	font-family: sans-serif;
	color: black;
	border-collapse: collapse;
}

table.form td, table.form tr
{
	vertical-align: middle
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

table.form td
{
	padding-bottom: 5px;
	padding-top: 5px;
}

table.form input
{
	vertical-align: middle;
	border: 1px solid #24b4d9;
}

table.form td.fieldname
{
	width: 150px;
}

table.form textarea
{
	width: 330px;
	border: 1px solid #24b4d9;
}

form input.submit
{
	margin-top: 5px;
	border: 1px solid #24b4d9;;
}

.error
{
	color: red;
}