
body, ul {
	margin: 0;
}
ul {
	list-style-type: none;
	padding: 0;
}
a img {
	border: none;
}

h1 {
	color: white;
	font-size: 32pt;
}

body {
	text-align: center;
	font-size: 11pt;
	font-family: Helvetica, Arial, sans-serif;
	background: #00AFF0;
}

body, input {
	color: #36393D;
}
a {
	color: #00AFF0;
	text-decoration: none;
}
.error {
	color: #FF1A00;
}
.success {
	color: #008C00;
}
#footer a {
	color: #eee;
}
a:hover {
	text-decoration: underline;
}

#header {
	height: 120px;
	background: url("images/clouds.png") white repeat-x bottom;
}
#header img {
	float: left;
	padding: 16px 12px;
}
#text {
	float: right;
}

#ads {
	margin: 6em;
}
#footer {
	margin: 4em;
}
#results {
	margin: auto;
	width: 50%;
}

input {
	font-size: 2em;
	border-radius: 8px;
	-moz-border-radius: 8px;
}
input[type="text"] {
	border: none;
	width: 24em;
	padding: 8px;
}
input[type="submit"] {
	font-size: 2em;
	border: 2px solid #eee;
	background-color: #3CBFF0;
	padding: 8px 16px;
}

.rounded-box {
	background: white;
}
.rounded-content {
	margin: 0 30px;
}
.rounded-top div, .rounded-top, .rounded-bottom div, .rounded-bottom {
	width: 100%;
	height: 30px;
	font-size: 1px;
}
.rounded-top div {
	background:url("images/rounded-tl.png") no-repeat top left;
}
.rounded-top {
	background:url("images/rounded-tr.png") no-repeat top right;
}
.rounded-bottom div {
	background:url("images/rounded-bl.png") no-repeat bottom left;
}
.rounded-bottom {
	background:url("images/rounded-br.png") no-repeat bottom right;
}


