body {
	background-image: url(/game/images/gback.jpg);
	font-family: arial, sans-serif;
	font-size: 12px;
	color: white;
	margin: 0px;
}

form {
	display: inline;
}

table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 12px;
	width: 100%;
}

table td {
	margin: 0;
	padding: 0; 
	border: 0; 
}

a:link { color: #FFCC66; }
a:visited { color: #FFCC66; }
a:hover { color: #FFCC66; }

button,input[type='submit'] {
	background-color:#c72;
	border:1px solid #ec8;
	border-right-color:#531;
	border-bottom-color:#531;
	color:#800;
	font-size:16px;
	font-weight:bold;
	font-family:sans-serif;
	cursor:pointer;
}

button:hover ,input[type='submit']:hover{
	color:#400;
	background-color:#e94;
}

button:active,input[type='submit']:active {
	color:#400;
	background-color:#a50;
	border-left-color:#531;
	border-top-color:#531;
	border-right-color:#ec8;
	border-bottom-color:#ec8;
}

.banner {
	background-image: url(/game/images/bback.jpg);
}

.logo  img {
	border:0px;
}

#profilebox {
	position:absolute;
	right:5px;
	top:5px;
	text-align:right;
}

#profilebox button {
	font-size:12px;
}

.username {
	font-size:16px;
}

.spacer {
	font-size: 4px;
	clear:both;
}

.footer {
	font-family: Times, serif;
	font-size: 11px;
	color: #FFCC66;
	background-image: url(/game/images/bback.jpg);
	text-align:center;
}

.box {
	background-image: url(/game/images/bback.jpg);
	margin-left:20%;
	margin-right:20%;
	border:1px solid #000;
}

.boxtitle {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	background-color:#d90;
	margin-bottom:10px;
}

.boxcontent {
	margin:5px;
}

.commonbox {
	margin-left:10px;
	margin-right:10px;
}

.commonbox button {
	font-size:12px;
}

.commonbox h3 {
	font-size:18px;
	font-weight:bold;
	color:#d90;
}

.commonbox img { float:left;margin:3px;padding:3px }

.error {
	background-color:#d00;
	border-radius:10px;
	margin-left:20%;
	margin-right:20%;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-weight:bold;
	text-align:center;
}

.success {
	background-color:#0d0;
	border-radius:10px;
	margin-left:20%;
	margin-right:20%;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-weight:bold;
	text-align:center;
}

.pending {
	background-color:#d80;
	border-radius:10px;
	margin-left:20%;
	margin-right:20%;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-weight:bold;
	text-align:center;
}

.update {
	background-color:#80d;
	border-radius:10px;
	margin-left:20%;
	margin-right:20%;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	text-align:center;
}

input[type='text'],input[type='password'],input[type='email'] {
	margin-left:5px;
	width:80%;
}

input[type='text'].smallinput {
	width:40%;
}

.formbutton {
	text-align:right;
}

.floating {
	float:left;
	margin-left:5px;
}

.rightfloating {
	float:right;
	margin-right:5px;
}

.biggreen {
	background-color:#0a0;
	font-size:32px;
}

.bigyellow {
	background-color:#aa0;
	font-size:32px;
}

.welcomebox {
	background-image: url(/game/images/bback.jpg);
	border:1px solid #000;
	font-size:18px;
	margin-bottom:5px;
	padding:10px;
	width:30%;
	min-width:300px;
}

.subnote {
	font-size:12px;
	font-style:italic;
}

button.bigbutton {
	font-size:24px;
}

#statuspane {
	width:100%;
	height:400px;
	background-image: url(/game/images/gback.jpg);
}