body {
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
}
td.link-upl {
	background-image:url(/images/nav-left-up.jpg);
	width:20%;
	background-repeat:no-repeat;	
	text-align:center;
	display:table-cell;
	height:28px;
	vertical-align:middle;
}
td.link-upl:hover {
	background-image:url(/images/nav-left-down.jpg);
	background-repeat:no-repeat;
}
td.link {
	background-image:url(/images/nav-up.jpg);
	background-repeat:repeat-x;
	text-align:center;
	display:table-cell;
	height:28px;
	vertical-align:middle;
	width:20%;
}
td.link:hover {
	background-image:url(/images/nav-down.jpg);
	background-repeat:repeat-x;
}
td.link-upr {
	background-image:url(/images/nav-right-up.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	text-align:center;
	width:20%;
	display:table-cell;
	height:28px;
	vertical-align:middle;	
}
td.link-upr:hover {
	background-image:url(/images/nav-right-down.jpg);
	background-repeat:no-repeat;
}
#nav a {
	color:#ffffff;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;	
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
#nav a:hover {
	color:#000000;
	text-decoration:underline;
}
#nav-bg {
	background-image:url(/images/logo.jpg);
	background-repeat:no-repeat;
	height:77px;
	width:810px;
	left:50%;
	margin-left:auto;
	margin-right:auto;
}
#nav-bg table {
	margin-top:49px;
}
#image {
	margin-top:5px;
}
td.content {
	padding:40px;
	vertical-align:top;
	line-height:18px;
}
p {
	margin:5px;
}
h1 {
	font-size:24px;
	color:#8C0B18;
	font-style:italic;
	padding-bottom:8px;
	border-bottom:1px #010101 dotted;
}
h2 {
	color:#5C8F8A;
	font-size:18px;
}
#form-space {
	background-image:url(/images/form.jpg);
	background-repeat:repeat-y;
	text-align:center;
	font-size:14px;
}

#footer {
	background-image:url(/images/bg-footer.jpg);
	background-repeat:repeat-x;
	background-color:#D2CEA9;
	width:100%;
	height:200px;
}
.input {
	background-image:url(/images/form-shadow.jpg);
}
#plant {
	margin-top:10px;
}
#form-area {
	vertical-align:top;
	padding-top:20px;
}
.labels {
   font-size:14px;
   font-weight:bold;
}
.first-name, .last-name, .email {
   margin-bottom:8px;
}
.first-name input, .last-name input, .email input {
	font-size:12px;
	width:90px;
	margin-left:10px;
}
.last-name input	{
	margin-left:12px;
}
.email input	{
	margin-left:36px;
}
.cosigner	{
   font-weight:bold;
}
.cosigner, .cosigner-options {
   margin-bottom:6px;
}
.continue-button input {margin-top:10px}

#disclosures	{
	text-align:center;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
  color:#333333;
  font-size:11px;
}
#disclosures a 	{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;	 
}
#disclosures a:hover	{
	text-decoration:underline;
}
