body {
	font-family: Sans;
	color: #8080a5;
	padding: 80px 0px 0px 0px;
}

input.rounded {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	font-size: 20px;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;
}
input.rounded:focus {
	border-color: #339933;
}
div.centered {
	background-color: #cede91;
	border: 1px solid #ccc;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	font-size: 20px;
	padding: 16px 24px;
	outline: 0;
	-webkit-appearance: none;
}

div.centered {
	text-align: center;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

p.title {
	font-size: 28px;
	padding: 0px 0px 20px 0px;
}