* {
	font-family: 'Lucidia Grande', 'Trebuchet MS', Verdana, Arial, sans-serif;
}
body {
	background: #000 url('/elements/spotlight_wood.jpg') no-repeat center -150px;/*url('http://roots.beunequaled.com/elements/woodenfloor.jpg') repeat;*/
}
h1 {
	color: #FFF;
	font-family: 'Times New Roman', serif;
	font-size: 3.5em;
	font-weight: normal;
	margin: 0;
	padding: 0 15px 10px;
	text-shadow: -1px -1px 1px #321;
}
a {
	color: #FFF;
	font-weight: bold;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
legend {
	display: none;
}

#container {
	margin: 25px auto;/*50px auto;*/
	width: 500px;
}
#box {
	background-color: rgba(51,51,51,0.85);
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 0 5px #853;
	-moz-box-shadow: 0 0 5px #853;
	-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.5), -1px -1px 1px rgba(0,0,0,0.5);
	padding: 10px;
}
#box p, #box li, #box label {
	color: #FFF;
	text-shadow: -1px -1px 1px #000;
}
#box p {
	margin: 0;
	padding: 0 0 20px;
}
#result {
	background-color: rgba(128,255,128,0.25);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 5px #853;
	-moz-box-shadow: 0 0 5px #853;
	-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.5), -1px -1px 1px rgba(0,0,0,0.5);
	margin: 10px 0 5px;
	padding: 10px;
	display: none;
}
#result.error {
	background-color: rgba(255,128,128,0.25);
}
#result h2 {
	border-color: rgba(255,255,255,0.5);
	border-style: solid;
	border-width: 0 0 1px;
	color: #FFF;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
#result p {
	font-size: 0.8em;
	margin: 0;
	padding: 10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
#your-code {
	font-weight: bold;
}
#footer p, #footer a {
	color: #FFF;
	text-shadow: -1px -1px 1px #321;
}
#footer {
	font-size: 0.8em;
	text-align: right;
}
#footer p {
	margin: 0;
	padding: 10px 15px;
}
#project-name {
	background-color: #333;
	border: 1px solid #888;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	font-size: 1.2em;
	font-weight: normal;
	padding: 3px;
}
.button {
	background-color: #353;
	border: 1px solid #888;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	cursor: pointer;
	font-weight: normal;
	padding: 2px 5px;
	position: relative;
	top: -1px;
}
.button:hover {
	box-shadow: 0 0 5px rgba(255,255,255,0.25);
	-moz-box-shadow: 0 0 5px rgba(255,255,255,0.25);
	-webkit-box-shadow: 0 0 5px rgba(255,255,255,0.25);
}
.button:active {
	background-color: #242;
}
.hide {
	display: none;
}
#current-count img {
	text-align: center;
}
