#explanation {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: white;
	background-color: #641C45;
	padding: 10px;
	margin-top: -5px;
	background: url(/site_media/postbox-background.png);
	-webkit-box-shadow: 0px 3px 5px gray;
	-moz-box-shadow: 0px 3px 5px gray;
}

#explanation h3 {
	font-weight: bold;
	font-size: 1.25em;	
	padding-bottom: 10px;
}

#briefAccountInfo a, #briefAccountInfo a:visited {
	text-decoration: none;
	color: white;
}
#briefAccountInfo a:hover {
	color: white;
	text-decoration: underline;
	color: white;
}
