body {
	background: url('../images/background.png') repeat-x #5A5A5A;
}
strong {
	text-decoration: underline;
	font-weight: bold;
}
div#container {
	border: 3px solid #333;
	background: #FFF;
	border-top: 0;
	margin: 0 auto;
	width: 515px;
}
div#title {
	background: url('../images/title.png') 20px bottom no-repeat;
	width: 264px;
	height: 47px;
}
div#subtitle {
	background: url('../images/subtitle.png') 20px bottom no-repeat;
	width: 438px;
	height: 33px;
}
div#top_text {
	margin: 25px;
}
div#top_text p {
	font-family: Arial, sans-serif;
	margin-bottom: 10px;
	line-height: 14pt;
	font-size: 9pt;
}
div#form {
	font-family: Arial, sans-serif;
	border-top: 1px solid #BBB;
	background: #EFEFEF;
	font-weight: bold;
	font-size: 9pt;
	padding: 10px;
	margin: 25px;
}
label.q {
	margin-bottom: 5px;
	color: #3664B0;
	display: block;
}
form input[type=text] {
	width: 240px;
}
div.question {
	margin-bottom: 20px;
}
div.question.block input[type=radio] {
	margin-bottom: 6px;
}
input#submit {
	background: #C22B38;
	font-family: Arial, sans-serif;
	border: none;
	color: #FFF;
	width: 80px;
	height: 30px;
}
div#donation_bar {
	font-family: Arial, sans-serif;
	border: 1px solid #EEE;
	position: relative;
	font-weight: bold;
	text-align:center;
	background: #EEE;
	font-size: 9pt;
	color: #C23B37;
	padding: 4px;
	width: 455px;
	height: 12px;
}
div#donation_bar > div {
	position: absolute;
	height: 20px;
	left: 0;
	top: 0;
}
div#donation_amount {
	background: #ABC0E5;
	height: 20px;
	z-index: 0;
}
div#donation_text {
	background: transparent;
	line-height: 20px;
	height: 20px;
	width: 100%;
	z-index: 1;
}
div#submitted_message_0, div#submitted_message_1, div#donate {
	margin-top: 10px;
	display: none;
}
div#submitted_message_0, div#submitted_message_1 {
	color: #3664B0;
	font-size: 12pt;
}
div.result_header {
	font-size: 12pt;
	color: #C22B38;
	cursor: pointer;	
}
div.result_header_extra {
	display: inline;
	color: #999;
}
div.result_content {
	margin-bottom: 20px;
	display: none;
}
