html, body {
	font-family: "Lucida Sans Unicode", "Tahoma", sans-serif;
	background: white url(/back.jpg) repeat-y center;
margin: 0 auto;
width: 600px;
}

#header {

}
h1 {
	font-size: 3.5em;
	font-weight: normal;
	margin: 0px;
}
h1 a {
	color: #000000;
	text-decoration: none;
}
h2 {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0px;
}
h2 strong {
	color: #FF4444;
}
form {
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 40px;

}
#content {
	background-image: url(/back.png);
	background-attachment: inherit;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 300px;
	vertical-align: top;
	}
	
h3 {
	font-size: 0.9em;
	margin: 0px 0px 8px 0px;
}
h3 label {
	cursor: pointer;
}
.normal {
	font-weight: normal !important;
}
.input {
	font-size: 1.2em;
	color: #444444;
	background-color: #EEEEEE;
	background-image: url('../img/input.gif');
	background-repeat: repeat-x;
	width: 500px;
	margin: 0px 0px 12px 0px;
	padding: 4px;
	border: 1px solid #AAAAAA;
}
.button {
	font-family: "Lucida Sans Unicode", "Tahoma", sans-serif;
	margin: 0px 0px 0px 4px;
	padding: 4px;
	cursor: pointer;
	width: 80px;
	height: 30px;
}
#result {
	margin: 10px 0px 0px 8px;
	font-size: 0.8em;
}
#result a {
	color: #FF4444;
}
#result a:hover {
	color: #FF2222;
}
#footer {
	font-size: 0.8em;
	text-align: center;
	margin: 20px 0px 0px 0px;
}
#footer a {
	color: #0099FF;
}
