body {
	background: #b2b2b2 url('bg.png') repeat-x;
	font-family: Eurostile, "Trebuchet MS", sans-serif;
	font-size: 30px;
	color: #fff;
	-moz-text-shadow: 0 1px 0 #333;
	-webkit-text-shadow: 0 1px 0 #333;
	text-shadow: 0 1px 0 #333;
}

h1, h2, h3, h4, h5, h6 { font-family: Eurostile, "Trebuchet MS", sans-serif; }

h1 { font-size: 1em; }

a {
	color: #ffe760;
	text-decoration: none;
}

a:hover {
	color: #ffa800;
}

.container {
	width: 911px;
	margin: 0 auto;
	text-align: center;
}

span.reactor {
	color: #ffe760;
	font-weight: bold;
}

.small { font-size: 14px; }

input {
	background: #424242;
	border: 0;
	color: #fff;
	font-size: 30px;
	padding: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	outline: none;
}

input[type="text"] {
	width: 300px;
}

input:hover {
	background: #666;
}

input:focus {
	background: #666;
	-moz-box-shadow: 0 0 20px #fba800;
	-webkit-box-shadow: 0 0 20px #fba800;
	box-shadow: 0 0 20px #fba800;
}