body {
	font-family: "Verdana", "Trebuchet MS", sans-serif;
	background:#09460f url(http://www.shrunkin.com/img/bg.gif) repeat-x top;
	text-align:center;
	margin-top:24px;
	color:#FFF;
}
#wrapper {
  margin:40px auto;
  width:468px;
  text-align:left;
}
.header img {
	border:0px;
}
h1 {
	font-size: 1.3em;
	margin: 0px;
	font-family:"Georgia";
	color:#9cce2e;
}
h2 {
	font-size: 1.3em;
	margin: 30px 0px 0px 0px;
	font-family:"Georgia";
	color:#9cce2e;
}
p {
  font-size:.8em;
  line-height:1.3em;
}
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: 468px;
	margin: 0px 0px 12px 0px;
	padding: 4px;
	border: 1px solid #AAAAAA;
}
.button {
	margin: 0px auto;
}
#result {
	margin: 10px 0px 0px 8px;
	font-size: 0.8em;
}
#result a {
	color: #FFEC00;
}
#result a:hover {
	color: #F9630D;
}
#footer {
	font-size: 0.9em;
	text-align: center;
	margin: 50px 0px 0px 0px;
}
p a {
	color: #F7AE16;
}
p a:hover {
  color:#F9630D;
}
p.link {
	font-size:1.5em;
	margin-top:0px;
}
.sponsor {
	display:block;
	background:#09250c;
	text-align:center;
	padding:30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:20px;
	margin-top:20px;
}