body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #fef6e5;
}
td {
	height: 23px;
	width: 360px;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 80px;
	text-align: right;
	height: 16px;
	display: block;
	float: left;
	margin-right: 2px;
}



input {
	float: none;
	width: 262px;
	display: block;
	height: 12px;
	vertical-align: top;
	font-size: 10px;
}
#main {
	background-image: url(../images/howtouse/CCform-back.jpg);
	background-repeat: no-repeat;
	height: 575px;
	width: 726px;
	margin: auto;
	padding: 40px 22px 0px 22px;
}
#topcopy {
	width: 726px;
	float: left;
	margin-bottom: 5px;


}


#formcontainer {
	float: left;

}

#terms {
	font-size: 10px;
	background-repeat: no-repeat;
	width: 720px;
	background-image: url(../images/fb-terms.jpg);
	line-height: 10px;
	padding-top: 20px;
	margin-top: 3px;
}

#submitcontainer {
	padding-left: 250px;
	background-image: url(../images/howtouse/line.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	width: 466px;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #892003;
	text-decoration: none;
	font-weight: bold;
}
p {
	text-align: center;
}


a:hover {
	text-decoration: underline;
}
