body {
  background-color: #242424;
  margin: 0 auto;
}

img {
  border: 0;
}

/*****Home Page*****/
#homeTable {
  width: 980px;
  height: 820px;
  background: url(http://www.debtcuresystem.com/images/home.jpg) no-repeat;
  position: relative;
}

#homeTable tr td {
  text-align: left;
  vertical-align: top;
}

#homeForm {
  position: relative;
  top: 220px;
  left: 640px;
  width: 350px;
  
  height: 190px;
}

#homeForm p {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: black;
  clear: both;
  margin: 0;
  padding-top: 8px;
}

#homeForm label {
  width: 100px;
  float: left;
  text-align: right;
  
  padding-top: 4px;
  padding-right: 10px
}

#homeForm label.error {
  font-size: 11px;
  font-weight: normal;
  color: red;
  width: 300px;
  text-align: left;
  
  padding-top: 0;
  padding-left: 10px;
}

#privacy {
	position: relative;
	top: 550px;
	left: 730px;
	width: 90px;
}

#terms {
	position: relative;
	top: 530px;
	left: 825px;
	width: 115px;
}

/*****Signup Page*****/
#signupTable {
  width: 980px;
  height: 820px;
  background: url(/images/sign-up.jpg) no-repeat;
  position: relative;
}

#signupTable tr td {
  text-align: left;
  vertical-align: top;
}

#signupForm {
  position: relative;
  top: 160px;
  left: 200px;
  width: 700px;
}

#signupForm {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: black;
}

#signupForm tr th {
  padding: 7px 5px 7px 0;
}

#privacy2 {
	position: relative;

	top: 185px;
	//top: 245px;

	left: 730px;
	//left: 730px;

	width: 90px;
}

#terms2 {
	position: relative;

	top: 165px;
	//top: 225px;

	left: 825px;
	//left: 825px;

	width: 115px;
}

#signupForm tr td label.error {
  color: red;
  float: left;
}

