.thanks_message{
	width:420px;
	height:200px;
	margin:140px auto 200px auto;
	background:#f4f4f4;
	padding:10px 20px;
	border:solid 2px #d8422b;
}
.thanks_message h4{
	color:#df0b0a;
	font-size:120%;
	text-align:center;
	margin-bottom:10px;
}
.thanks_message p{
	color:#330f0a;
}
.thanks_message a{
	width:260px;
	height:30px;
	display:block;
	margin:10px auto;
	color:#2163d6;
}

.thanks_message a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}