body {
	/*color: #333333;*/
	background-image: url(../images/form_bgrnd.gif);
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 100%;*/
	margin: 20px 0;
	padding: 0;
}
table {
	font-size: 12px;
}
table p {
	line-height: 14px;
	margin: 5px 50px 5px 0;
}
form {
	margin: 0;
	padding: 0;
}
/*input {
	color: #666666;
	font-weight: normal;
	font-size: 100%;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
input:focus {
	background-color: #FFFFCC;
	color: #000000;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 100%;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
textarea:focus {
	background-color: #FFFFCC;
	color: #000000;
}*/
#rec-thanks {
	background-color: #FFFFFF;
	width: 470px;
	padding: 16px;
	font-size: 12px;
	margin: 0 auto;
}
#rec-thanks a:link, #rec-thanks a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
	/*border-bottom: 1px solid #999999;*/
}
#rec-thanks a:hover, #rec-thanks a:active, #rec-thanks a:focus {
	/*background-color: #E2E3E5;*/
	color: #333333;
	text-decoration: none;
	/*border-bottom: 1px solid #999999;*/
}
