#content
{
	background-image: url("../img/top_page.png");
	background-repeat: repeat-x;
	margin-left: 200px;
	padding-top: 40px;
	padding-left: 40px;
	font-family: "Times New Roman", serif;
	font-size: 16px;
}
#content h1
{
	font-family: "Century Gothic", "Courrier New", monospace;
	font-style: normal;
	font-size: 33px;
	font-weight: lighter;
	margin-bottom: 16px;
}
#content h2
{
	font-family: "Century Gothic", "Courrier New", monospace;
	font-weight: lighter;
	text-decoration: underline;
	font-size: 24px;
	margin-bottom: 18px;
}
#content .error
{
	color: red;
}
#content .confirmation
{
	color: green;
}
#content .confirmation a, #content .error a
{
	color: black;
	text-decoration: underline;
}
#content form table
{
	border: none;
}
#content form table td
{
	padding: 3px;
	padding-left: 0px;
}
#content form table td input
{
	margin-left: 17px;
}
