body {
	background: #365171 url('../gfx/page_bg_img.png') no-repeat scroll 50% 20px;
	text-align: center;
	color: white;

	font-family: Arial, sans-serif;
}

#content {
	margin: 0 auto;
	text-align: left;
	width: 60em;
}

a {
	color: #BFDCFF;
}

a:visited {
	color: #5FA8FF;
}

th, td {
	padding: 2px 6px;
	text-align: left;
	font-weight: normal;
}

.required th {
	font-weight: bold;
}

.required th:after {
	content: ' *';
}

#flashmessages {
	text-align: center;
	border: 2px solid #BFDCFF;
	margin: 1em 0;
	padding: 1em;
	background: #5FA8FF;

	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);

}