* {
	padding: 0;
	margin: 0;
}

ul.list {
	padding: 0 0 0 20px;
}

html {
	background: #BBB;
	height: 100%;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	position: relative;
	width: 820px;
	min-height: 100%;
	margin: 0 auto;
	background: #EEE;
	border-right: 1px solid #555;
	border-left: 1px solid #555;
}

h1 {
	height: 40px;
	background: #A21 url('/images/h1_gradient.gif') repeat-x;
	margin: 0;
	padding: 10px 0 0 55px;
	font-size: 200%;
	height: 45px;
}

div#logo {
	background: url('/images/logo.gif') no-repeat;
	width: 40px;
	height: 55px;
	position: absolute;
	top: 0;
	left: 10px;
}

h2 {
	background: #EEE url('/images/h2_gradient.gif') repeat-x;
	padding: 2px 10px;
	margin: 15px -10px 10px -10px;
	font-size: 150%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 5px 0;
}

a {
	color: #157;
	text-decoration: none;
	border-bottom: 1px dotted #157;
	padding: 0 1px;
}

a:hover
{
	color: #E21;
	border-bottom-style: solid;
	border-bottom-color: #E21;
}

div#content {
	position: relative;
	overflow: hidden;
	padding: 10px 10px 20px 10px;
	width: 800px;
}

div#footer {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 800px;
	padding: 0 10px;
	background-color: #BBB;
	border-top: 1px solid #555;
	font-size: 80%;
}

div#footer div#validation {
	float: right;
	padding: 1px 0;
}

form.layouted {
	overflow: hidden;
	position: relative;
	width: 800px;
}

form.layouted p {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin: 15px 0;
}

form.layouted label {
	float: left;
	width: 150px;
}

form.layouted span.field {
	float: right;
	width: 645px;
}

form.layouted div.submit {
	float: right;
	margin: 0 0 0 15px;
	width: 200px;
}

form.layouted div.cancel {
	float: left;
	margin: 0 15px 0 0;
	width: 200px;
}

form.layouted input, form.layouted select, form.layouted textarea {
	width: 100%;
}

form.layouted div.fieldWithErrors {
	border: 2px solid #E21;
}

div#application_indicator {
	position: absolute;
	right: 2px;
	top: 60px;
}

form.layouted div.block {
	border-top: 1px dotted #555;
}

form.layouted div#notice ul {
	color: #E21;
	list-style: none;
	overflow: hidden;
	width: 100%;
}

form.layouted div#notice {
	margin: 0 0 15px 0;
}

div#player {
	position: absolute;
	top: 10px;
	right: 10px;
}

div#player a:hover {
	color: #157;
	border-bottom-color: #157;
}

div#note {
	position: absolute;
	top: 30px;
	right: 10px;
}

img.indicator {
	padding: 2px;
}

a.screenshot {
	float: left;
	border-bottom: 0;
	margin: 0 10px 0 0;
}

a.screenshot img {
	border: 0;
}

div.gamelink {
  text-align: center;
  padding: 15px;
}

div.gamelink a {
  font-size: 150%;
  font-weight: bold;
}

div.gamelink p {
  font-size: 80%;
  color: #555;
}

div.sign {
  text-align: right;
  color: #555;
  padding: 0 0 10px 0;
}
