body {
	margin:0px;
	background-color:#ededed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
form {
	margin:0px;
}
h1 {
	margin:0px;
	font-size:15px;
	color:#84c526;
}
h2 {
	margin:0px;
	font-size:13px;
	color:#1678be;
}
a {
	color:#1678be;
}
a:hover {
	color:#ffa200;
}
.copy {
	font-size:10px;
	color:#999999;
}
a.copy {
	color:#999999;
	text-decoration:none;
}
a.copy:hover {
	color:#ffa200;
	text-decoration:underline;
}
.form_text {
	font-size:10px;
	font-weight:bold;
	color:#000000;
}
#form	{
	width:180px;
	padding-top:10px;
}


/* creates illusion of cellpadding on all td's */
.labels, .continue-button {
	padding:2px;
	line-height:20px;
}



/* makes labels bold */
.labels {
	font-weight:normal;
}

/* centers the continue button */
.continue-button {
	text-align:center;
}



/* you may modify the individual text areas with this */
.first-name input, .last-name input, .email input {
	font-size:11px;
	width:80px;
	display:block;
	float:right;
	clear:right;
}
.select-amount	{
	display:none;
}


/* modifies the space around the continue button */
.continue-button input {
	padding-top:2px;
}

#disclosures {
	clear:both;
}
#disclosures ul	{
	margin:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}