body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/nav_bg.jpg);
	background-repeat:repeat-y;
}
form {
		margin:0px;
}
h1 {
	margin:0px;
	font-size:18px;
}
.red {
	color:#cc2804;
}
.footer {
	font-size:10px;
	color:#666666;
}
a.footer {
	color:#666666;
	text-decoration:none;
}
a.footer:hover {
	color:#cc2804;
	text-decoration:underline;
}

#disclosures ul	{
	margin:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}
.top-pad {
	padding-top:20px;
}
/* creates illusion of cellpadding on all td's */
.labels, .continue-button {
	padding:0px;
}
/* makes labels bold */
.labels {
	font-size:10px;
}

/* you may modify the individual text areas with this */
.T01 input, .T02 input, .T03 input {
	font-size:10px;
	width:80px;
}
/* modifies the space around the continue button */
td.continue-button input {
	padding-top:5px;
}


.first-name, .last-name, .email {
	width:150px;
}
.select-amount {
	display:none;
}
.first-name, .last-name, .email, select-area {
	display:block;
	margin:5px 0px 5px 0px;
}

	