#replacedTo {
	background: url("site images/replacetext-To.gif");
	height: 40px;
	width: 70px;
	margin-right: 5px;
	margin-top: -20px;
}

#replacedThe {
	background: url("site images/replacetext-The.gif");
	height: 40px;
	width: 80px;
	margin-right: 5px;
	margin-top: -20px;
}

#content p {
  position: relative;
	width: 580px;
	left: 50%;
	margin-left: -250px;
	padding-top: 20px;
	z-index: 500;
}

#content {
	min-height: 435px;
	height: 435px;
}

#content form {
  position: relative;
  width: 800px;
	left: 50%;
	margin-left: -350px;
	z-index: 500;
	padding-bottom: 30px;
}

#content form fieldset {
  float: left;
	width: 370px;
	border: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

#content form fieldset legend {
  display: none;
}

#content form fieldset label {
  float: left;
	clear: left;
	width: 150px;
	height: 30px;
	padding: 0px
}

#content form fieldset input {
  float: left;
	width: 150px;
	height: 15px;
	margin: 3px 5px 12px 5px; /* 3 on top + 12 below + 15 height = 30 (height of label) */
	border-width: 1px;
	border-color:	#777777;/*#c08905;*/
	border-style: solid;
}

#content form .fullLine {
  display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin: 4px 10px 4px 5px;
}

#content form label {
  display: block;
	float: left;
	height: 15px;
	padding-bottom: 10px;
	width: 340px; /* 370 - 15(circle width) - 10 - 5 (left and right circle margin) */
}

#content form button {
  display: block;
	position: relative;
	clear: left;
	width: 70px;
	height: 23px;
	left: 50%;
	top: 30px;
	margin-left: -100px;
}

p.withSquiggle {
  background-position: 220px 95%;
}