.leftColumn
{
	width: 55%;
}

.leftColumn h1
{
	font-size: 2em;
	border-bottom: 0;
	color: black;
	font-weight: 300;
	text-align: left;
	margin: 0;
	margin-bottom: 1em;
}

.rightColumn h1
{
	font-size: 2em;
	border-bottom: 0;
	color: black;
	font-weight: 300;
	text-align: left;
	margin: 0;
	margin-bottom: 1em;
}

.rightColumn h2
{
	font-size: 1.9em;
	font-weight: bold;
	font-family: "Helvetica Neue";
	border-bottom: 0;
	color: black;
	text-align: left;
	margin: 0;
}

.leftColumn p
{
	text-align: left;
	font-size: 1em;
}

.form
{
	background-color: #eee;
	border: 1px solid #aaa;
	padding: 1em;
	float: left;
	width: 90%;
}

label
{
	margin-right: 1em;
}

input
{
	font-size: 1em;
	width: 15em;
}

textarea
{
	display: block;
	width: 100%;
	height: 10em;
	margin-top: 0.5em;
	font-size: 1em;
}

input.button
{
	width: 5em;
	font-size: 1.5em;
}

#notificationSuccess
{
	border: 1px solid #797;
	background-color: #bdb;
	color: #131;
	padding: 1em;
	margin-bottom: 1em;
	width: 90%;
	font-weight: bold;
	font-family: "Helvetica Neue";
}

#notificationFailure
{
	border: 1px solid #977;
	background-color: #dbb;
	color: #311;
	padding: 1em;
	margin-bottom: 1em;
	width: 90%;
	font-weight: bold;
	font-family: "Helvetica Neue";
}

#notificationWarning
{
	border: 1px solid #997;
	background-color: #ddb;
	color: #331;
	padding: 1em;
	margin-bottom: 1em;
	width: 90%;
	font-weight: bold;
	font-family: "Helvetica Neue";
}

