html,body {
	height: 100%;
	overflow: visible;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(gfx/alert_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
object,div {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#flashcontent {
	width: 100%;
	height: 100%;
	min-height: 600px;
	min-width: 860px;
}
p {
	margin: 0px;
	padding-top: 20px;
}
span {
	margin: 0px;
	padding: 0px;
	color: #FF2222;
	display: block;
}
a {
	text-decoration: none;
	color: #FF2222;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
#mc {
	position: absolute;
	top: 50%;
	left: 50%;
	vertical-align: middle;
}
#content {
	position: absolute;
	top: -180px;
	left: -210px;
	width: 440px;
	height: 420px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #AAAAAA;
}
img {
	border-width: 0px;
}
#gfx {
	position: relative;
	left: 0px;
}
input {
	text-align: center;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 8pt;
	border-style: solid;
	border-width: 1px;
	border-top-color: #552222;
	border-left-color: #552222;
	border-right-color: #220000;
	border-bottom-color: #220000;
	color: #CC1111;
	background-color: #3c0000;
}

