html, body {
	width: 100%;
	height: 100%;
}

a {
	color: #2d5b14;
}

a:hover {
	color: #467b29;
}

body {
	background: #295814 url(grass.jpg) no-repeat 50% 0;
	font: 75% arial, sans-serif;
	margin: 0;
	padding: 0;
}

.tree { 
	position: absolute;
	width: 50px;
}

.tree .sm {
	font: 75% arial, sans-serif;
	color:#ccc;
}

.popupform,.popupoutput {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(overlay.png);
	display: none;
	z-index: 130;
}

.dialog {
	position: relative;
	left: 33%;
	top: 33%; 
	background-color: #feffee; 
	width: 300px; 
	padding: 5px;
	-webkit-box-shadow: #000 0 1px 4px;
	-moz-box-shadow: #000 0 1px 4px;
	box-shadow: #000 0 1px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.dialog h5 {
	margin: 0 0 4px;
	font-size: 1.1em;
	color: #2d5b14;
}

.dialog label {
	display: block;
	text-align: center;
	width: 60px;
	float: left;
}

.dialog label img {
	margin-bottom: 2px;
	cursor: pointer;
}

.popup { 
	position:absolute;
	left:40px;
	top:10px; 
	background-color: #feffee; 
	width: 150px; 
	display:none; 
	z-index:120;
	padding: 5px;
	-webkit-box-shadow: #000 0 1px 4px;
	-moz-box-shadow: #000 0 1px 4px;
	box-shadow: #000 0 1px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.popup h5 {
	margin: 0;
	font-size: 1em;
	color: #2d5b14;
}

.popup p {
	margin: 0 0 4px;
}

.openform { 
	position:absolute; 
	top:50%;
	left:50%;
	width:20px; 
	height:20px; 
	z-index:5;
	cursor:pointer;
}

#gronjul {
	position: absolute;
	left: 10px;
	top: 20px;
	background: url(gronjul.png) no-repeat;
	width: 201px;
	height: 198px;
	text-align: center;
	z-index: 1001;
}

#gronjul p {
	position: absolute;
	width: 161px;
	top: 100px;
	left: 15px;
	font-size: 1em;
	font-weight: bold;
}

#output {
	display: block;	
}

#moreinfo {
	position: absolute;
	left: 30%;
	top: 10%;
	background: white;
	width: 401px;
	padding: 5px 10px;
	text-align: left;
	z-index: 1001;
	-webkit-box-shadow: #000 0 1px 4px;
	-moz-box-shadow: #000 0 1px 4px;
	box-shadow: #000 0 1px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
