body {
	margin:0;
	background-color:#4c801a;
}
table {
	border-style:none;
	border-collapse:collapse;
}
table.form {
	position:absolute;
	top:40px;
	left:50px;
	font-size:12px;
	font-family:sans-serif;
	color:#ffffff;
}
td {
	border-style:none;
	padding:0;
	margin:0;
}
td.field {
	text-align:right;
}
td.error {
	padding-left:10px;
}
div.main {
	width:100%;
	height:1000px;
	background-image:url("/images/bg_main.jpg");
	background-repeat:no-repeat;
	background-position:50% 0%;
}
div.game {
	width:100%;
	height:1000px;
	background-image:url("/images/bg_game.jpg");
	background-repeat:no-repeat;
	background-position:50% 0%;
}
div.form {
	width:418px;
	height:418px;
	position:relative;
	top:130px;
	left:55%;
}
div.flash {
	width:750px;
	height:500px;
	top:100px;
	left:50%;
	margin-left:-375px;
	position:relative;
}
div.menu {
	width:100%;
	font-size:12px;
	font-family:sans-serif;
	color:#ffffff;
	position:relative;
	top:200px;
}
select {
	padding:0;
	height:20px;
	font-size:12px;
	font-family:sans-serif;
	vertical-align:middle;
	margin-top:0;
	margin-bottom:2px;
	margin-left:0;
	margin-right:0;
}
input {
	padding:0;
	height:16px;
	font-size:12px;
	font-family:sans-serif;
	vertical-align:middle;
	margin-top:0;
	margin-bottom:2px;
	margin-left:0;
	margin-right:0;
}
span.status {
	font-size:12px;
	font-family:sans-serif;
	font-weight:bold;
}
a {
	color: #add8e6;
	text-decoration: none;
	border-bottom: 1px dashed #add8e6;
}
a.menu {
	font-size:12px;
	font-family:sans-serif;
	color:#ffffff;
}
a.menu:hover {
	background-color:#000000;
}