body
{
	background-color: #c2c1c1;
}

body, td, input, select
{
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 13px;
}

.formTitle
{
	font-size: 15px;
	font-weight: bold;
}

.formInput input
{
	font-size: 15px;
}

td
{
	vertical-align: top;
}

.submitBtn
{
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	color: red;
}

.errors
{
	padding-top: 5px;
	color: red;
}

.title
{
	color: green;
	font-size: 28px;
	margin: 0;
}