@CHARSET "ISO-8859-1";

html {
	height: 100%;
}

body {
	margin: 0;
	background: #024824;
	height: 100%;
	overflow: hidden;
	font: normal 12px verdana, arial, sans;
}

#flashcontent {
	height: 100%;
}

#alert {
	background: url(images/bg_empty.jpg);
	width: 608px;
	height: 586px;
	margin: auto;
	position: relative;
}

#alert .message {
	position: relative;
	top: 180px;
	left: 90px;
	padding: 10px;
	width: 400px;
	color: #FFF;
	background: #0a9456;
	border: 1px solid #098345;
}

#alert a {
	color: #DDD;
}

#alert a:hover {
	color: #FFF;
}

#alert .message p {
	margin: 10px 0;
}

#alert .message p.no-top-margin {
	margin-top: 0;
}

#alert .message p.no-bottom-margin {
	margin-bottom: 0;
}