body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 68.75%;
	padding: 0;
	margin: 0;
}

form {
	padding: 0;
	margin: 0;
}

.message {
	position: absolute;
	top: 38px;
	right: 0;
	color: #000;
	background-color: #fffabf;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 12px;
	z-index: 100;
}

.message.error {
	background-color: #bf0b0b;
	color: #fff;
}

.message.success {
	background-color: #92cd00;
	color: #000;
}

.loader {
	background-color: #fff;
	z-index: 1000;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	min-height: 355px;
	bottom: 0;
	background-image: url(/images/icon-loading-large.gif);
	background-repeat: no-repeat;
	background-position: 50% 140px;
	padding-top: 210px;
	padding-left: 10px;
	text-align: center;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.0em;
}

h6 {
	font-size: 0.9em;
}

table td, table th {
	font-size: 11px;
	line-height: 1.4;
}
