/*
h1, h2, h3 {
	margin: 0pt;
}
*/

body {
	background-image: url(/_Media/Frontend/Images/Background.jpg);
	background-color: #eee;
	color: #333;
	margin: 10px;
	text-align: left;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/*
a {
	color: #069;
	text-decoration: none;
}

a:visited {
	color: #069;
	text-decoration: none;
}
*/

.status {
	color: #c00;
	font-weight: bold;
}

.errors {
	margin: 0pt 0px 10pt 0pt;
	color: #c00;
}





#mainSection {
	text-align: left;
	background-color: #fff;
	padding: 10px 20px 20px 20px;
}

