/* CSS FOR: BASIC MESSAGE and THANK YOU BOXES */
#thank_you_boxes {
	clear:both;
	color:#707070;
	font-family: Lato,Arial,Trebuchet MS,Verdana,sans-serif;
	font-size:12px;
	text-align:center;
	width:100%;
}
#thank_you_boxes .box_content{
	background-color:#f2f9f2;
	border:2px solid #016f4f;
	border-radius:12px;
	display:inline-block;
	height:130px;
	margin:5px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	width:270px;
}
#thank_you_boxes ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#thank_you_boxes .box_image{float:right;}
#thank_you_boxes .box_title{}
#thank_you_boxes .box_text{
	float:left;
	font-size:12px;
	margin-top:5px;
	height:80px;
	width:140px;
}
#thank_you_boxes .box_button {
	background-color:#10a049;
	background:linear-gradient(to bottom, #5ec379 32%,#10a049 56%);
	color:#ffffff;
	border-radius:7px;
	display:inline-block;
	margin-top:10px;
	height:20px;
	line-height:20px;
	width:100px;
	text-align:center;
	text-decoration:none;
}

#print_button {
	display:none;
	position:absolute;
	top:2%;
	right:2%;
	height:60px;
	width:40px;
	text-align:center;
}
#print_button a{color:#707070;}
#print_button img{border:none;}
