form {
	visibility: hidden;
	}
form ul {
	padding: 0;
	margin: 0;
	}
form ul li {
	list-style: none;
	display: block;
	margin: 5px 0 6px 0 ;
	padding: 0;
	position: relative;
	width: 295px;
	}
fieldset, div.fieldset {
	border: 0;
	padding: 10px 0 0 0;
	}
div.fieldset p {
	width: 295px;
	}
legend, p.legend {
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	position: relative;
	width: 295px;
	margin: 0 0 10px 0;
	padding: 0 !important;
	}
legend .remove, p.legend .remove {
	color: #ff0000;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
	}
span.relative {
	display: block;
	position: relative;
	width: 295px;
	}
label {
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	color: #666;
	}
label.sex {
	position: absolute;
	width: 100px;
	top: 0;
	right: 0;
	}
.check label {
	font-size: 12px;
	padding-left: 5px;
	font-weight: normal;
	}
input.auto-clear, textarea {
	padding: 4px;
	border: 1px solid #e1e1e1;
	font-size: 13px;
	}
input.long {
	width: 285px; /* 295px with padding and borders */
	}
input.short {
	width: 50px;
	}
textarea {
	width: 287px;
	height: 70px;
	}
#addSpouse, #addChild {
	margin: 0;
	}
select.sex {
	border: 1px solid #e1e1e1;
	font-size: 14px;
	height: 26px;
	position: absolute;
	width: 100px;
	top: 0;
	right: 0;
	}
#spouse, #child1, #child2, #child3, #child4, #child5, #child6, #child7, #child8 {
	display: none;
	}
#errorbox {
	background: #eee;
	margin: 10px 0;
	border: 1px solid #ddd;
	padding: 0 10px;
	width: 271px; /* 295px with padding and borders */
	}
#errorbox, #error {
	display: none;
	}
#error, p.noscript {
	padding: 8px 0;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
	}

/* Submit Button */
.submit {
	width: 295px;
	height: 39px;
	line-height: 39px;
	font-size: 14px;
	font-family: Tahoma, sans-serif;
	color: #fff;
	font-weight: bold;
	margin: 0;
	border: 0;
	cursor: pointer;
	background: url('../images/buttons/submit.gif') top left no-repeat;
	}
.submit:hover {
	background-position-y: -39px;
	}
.submit:active {
	background-position-y: -78px;
	}