body {
	margin: 0;
	padding: 0;
	background: #FFFCEE;
	font-family: Arial, sans-serif;
	text-align: center;
}
h1 {
	margin: 0;
	padding: 20px 0;
	vertical-align: top;
}
h1 a {
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
	width: 251px;
	height: 114px;
	background: url('/images/omg1.gif') no-repeat top left;
}
.results h1 a {
	width: 260px;
	height: 74px;
	background: url('/images/omg2.gif') no-repeat top left;
}
ul,li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#search {
	padding: 0 20px 20px;
	text-align: center;
}
#search #sld {
	display: block;
	width: 100%;
	margin: 0 0 .5em;
	border: 1px solid #f88cc4;
	padding: .4em 0;
	background: #FFF8D5;
	color: #084799;
	font-size: 2em;
	line-height: 1em;
	text-align: center;
}
#search #sld {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#search #submit {
	padding: .5em;
	border: 2px solid #F8198C;
	border-top: 2px solid #FF6FB9;
	border-bottom: 2px solid #B31265;
	background: #FF1A90;
	color: #FFF;
	font-size: 2em;
	line-height: 1em;
	cursor: pointer;
}
#act + #search #sld,
#act + #search #submit {
	font-size: 1em;
}
#search #submit {
	-webkit-appearance: button;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#results {
	margin: 0 20px 1em;
	padding: 20px 0;
	background: #0B62D6;
	background: #FF1A90;
	color: #FFF8D5;
}
#results a, #act a {
	color: #FFF;
}
#sld {
	margin-bottom: .5em;
	font-size: 2em;
	line-height: 1em;
}
#tlds li {
	margin-bottom: .25em;
}
#tlds .yay {
	font-size: 1.2em;
	line-height: 1em;
}
#act {
	margin: 0 20px 2em;
	padding: 20px 0;
	background: #084799;
	color: #FFF8D5;
}
#results, #act {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#act li {
	padding: 0 0 .5em;
}
#results .nay {
	color: #FFB0CE;
}