input {
	background-image: url('../gfx/btn.png');
	-moz-border-radius: 5px;
	border: thin solid #BBBBBB;
	height: 25px;	
}

input:hover {
	background-image: url('../gfx/btn_over.png');
	-moz-border-radius: 5px;
	border: thin solid #BBBBBB;
	height: 25px;	
}

#stats, b, p {
	font-size: 12px;
	font-family: Verdana;
	display: inline;
	color: #000000;
}

.dir {
	font-size: 20px;
	font-family: Arial;
	background-color: #EEEEEE;
	padding: 35px;
	-moz-border-radius: 20px;
}

#stage {
	padding: 10px;
}

#quick_msg {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: 5px;
	top: 50px;
	background-image: url('../gfx/bg.png');
	padding: 10px;
	display: none;
	-moz-border-radius: 5px;
}

body {
	overflow-x: hidden;
	overflow-y: fixed;
}

.menu {
	width: 200px;
	cursor: pointer;
}

.menu:hover {
	font-weight: bold;
}

a img {
	border: 0px;
}

.tile {
	border: 0.5px solid #FFFFFF;
}

.tile:hover {
	border: 0.5px solid #000000;
	cursor: pointer;
}

.notselected {
	border: thin solid #000000;
}

.selected {
	border: thin solid #FF0000;
}

.box {
	background-color: #EEEEEE;
	border: thin solid #BBBBBB;
	-moz-border-radius: 10px;
	padding: 5px;
}

a {
	cursor: pointer;
}

.invisible {
	display: none;
}

.le_td {
	padding: 5px;
}

.feedback {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	width: 300px;
	height: 100px;
}

.gameover {
	font-family: Century Gothic;
	font-size: 60px;
	font-weight: bold;
	color: #900000;
	display: inline;
}

.completed {
	font-family: Century Gothic;
	font-size: 60px;
	font-weight: bold;
	color: #00AA00;
	display: inline;
}