@charset "utf-8";
#form tr td {
	position: relative;
}
label.error{
	position: absolute;
	color: #515151;
	border-radius: 5px;
	border: 1px solid #FFFFFF;
	background-color: rgba(255,198,199,0.87);
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	top: -1px;
	font-size: 0.9rem;
	white-space: nowrap;
	right: 8px;
}
#thank {
	border: 2px solid #46D735;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 100px;
	margin-right: 18px;
	padding: 5px;
}
#contact_privacy {
	text-align: left;
	padding-bottom: 49px;
	padding-right: 15px;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 30px;
}
#contact_privacy h3 {
	margin-bottom: 10px;
	font-size: 1em;

}
