@charset "utf-8";
/* CSS Document */

#main {
	width: 780px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 65px;
}
#title {
	font-size: 16px;
	font-weight: bold;
	color: #0066FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	margin-bottom: 20px;
	padding-bottom: 2px;
}
#lead {
	margin-bottom: 18px;
	padding-right: 40px;
	padding-left: 40px;
}
#thanks {
	width: 500px;
	margin-bottom: 200px;
	padding-left: 170px;
}

.output{
	text-align: center;
	margin: 20px auto;
}