/* CSS Document */

.taf-form {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	padding-top: 10px;
}
.taf-line {
	width: 400px;
	margin-bottom: 3px;
	background-color: #C7EBFE;
}
.taf-label {
	width: 40%;
	float: left;
	clear: left;
	margin-left: 5%;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
}
.left-img {
	float: left;
}
.thank-you {
	font-size: 14px;
	clear: both;
	margin-top: 5px;
	font-weight: bolder;
	color: #666666;
	text-align: center;
}
