#thankyou {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	z-index: 5000;
	padding-top: 20px;
	background-color: #fff;
	background-image: url(/images/logo_small.gif);
	background-position: 100% -13px;
	background-repeat: no-repeat;
	border-right: 10px solid #872F29;
	text-align: left;
	display: none;
}
#thankyou h2 {
	color:#872F29;
	font-family:Georgia,"Times New Roman",serif;
	font-size:36px;
	margin-bottom: 20px;
	padding: 0 20px;
}
#thankyou p {
	margin-bottom: 15px;
	padding: 0 20px;
}
#thankyou ul {
	margin-bottom: 15px;
	padding: 0 20px;
}
#thankyou li {
	margin-bottom: 2px;
}
#thankyou li strong {
	font-size: 16px;
}
#thankyou form {
	background: #c7d2db;
	padding: 20px;
}
#thankyou .thankyouColumn {
	width: 33%;
	float: left;
	text-align: center;
	height: 260px;
	overflow: hidden;
	position: relative;
}
#thankyou .thankyouColumn p {
	padding: 0 10px;
	text-align: left;
	font-size: 10px;
}
#thankyou .columnWithBorder {
	border-left: 1px solid #000;
}
#thankyou .thankyouColumn a {
	position: absolute;
	bottom: 0;
	left: 10px;
	color: #872F29;
}