* {
	color: white;
	font-weight: bold;
}
body {
	margin: 0;
	font-family: sans-serif;	
}

#divContainer {
	width: 640px;
	height: 480px;
	border: none;
	background-image: url('./img/wood/wood_640x480_png.png');
	background-repeat: no-repeat;
}

#divStatus {
	width: 100%;
	height: 37px;
	background-image: url('./img/wood/vazio.png');
	position: relative;
	top: 0px; 
}

#divPanelLeft {
	width: 200px;
	position: relative;
	top: 0px;
}

.divOptions, .inputButton {
	background-image: url('./img/wood/vazio.png');
	border: none;
	width: 185px;
	margin: 7px 0 0 7px;
	padding: 5px 5px 5px 5px;

}
.divOption {
	margin: 7px 0 0 7px;
}

.divOptions {
	width: 175px;
}

.inputButton {
	width: 185px;
	height: 32px;
	text-align: left;
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}

label, input {
	cursor: pointer;
}

label:HOVER, input:HOVER {
	color: black;
}

div.divGame {
	border: 1px solid black;
	position: absolute;
	left: 250px; top: 50px;
}

#divGame3 {
	width: 165px;
	height: 165px;
	z-index: -1;
}

#divGame4 {
	width: 220px;
	height: 220px;
	z-index: 2;
}

#divGame5 {
	width: 275px;
	height: 275px;
	z-index: -1;
}

div.divPart {
	width: 50px;
	height: 50px;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	float: left;
}