#thanks {
	position: relative;
	padding: 30px 30px 100px;	
	line-height: 3.0;
}
#thanks h3 {
	text-align: center;
	font-size: 150%;
	margin-bottom: 1em;
	background-color: #ffc;
	border-bottom: 3px solid orange;
}
#thanks p {
	border-bottom: 1px solid #ccc;
	text-indent: 1em;
}
.cara-thanks {
	position: absolute;
	top: 300px;
	left: 680px;
}

dl {
	padding-left: 67px;
	margin-bottom: 30px;
}
dt {
	color: yellow;
	background-color: #0a6eb7;
	width: 14em;
	text-align: center;
	padding: 5px;
}
dd {
	font-size: 200%;
	font-weight: bold;
	color: #1d2087;
	width: 600px;
	text-align: center;
	border: 1px solid #0a6eb7;
	line-height: 3.0;
}
dd span {
	font-size: 60%;
	font-weight: normal;
}
p.dt {
	color: yellow;
	background-color: #0a6eb7;
	width: 14em;
	text-align: center;
	padding: 5px;
	margin-left: 67px;
	margin-bottom: 20px;
}