form {
	visibility: hidden;
	}
form ul li {
	list-style: none;
	display: block;
	margin: 0 0 0 0;
	position: relative;
	width: 395px;
	}
fieldset, div.fieldset {
	border: 0;
	margin: 5px 0 6px 0;
	}
legend, p.legend {
	display: block;
	font-weight: bold;
	color: #444;
	font-size: 14px;
	line-height: 14px;
	position: relative;
	width: 395px;
	}
legend .remove, p.legend .remove {
	color: #ff0000;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
	}
span.relative {
	display: block;
	position: relative;
	width: 395px;
	}
label {
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	color: #666;
	}
label.sex {
	position: absolute;
	width: 100px;
	top: 0;
	right: 0;
	}
input.auto-clear, textarea {
	padding: 4px;
	border: 1px solid #e1e1e1;
	font-size: 13px;
	-webkit-border-radius: 3px;
	}
input.long {
	width: 385px; /* 395px with padding and borders */
	}
input.short {
	width: 50px;
	}
textarea {
	width: 385px;
	height: 150px;
	}
select {
	border: 1px solid #e1e1e1;
	font-size: 12px;
	color: #444;
	width: 200px;
	height: 26px;
}
#errorbox {
	background: #eee;
	margin: 10px 0;
	border: 1px solid #ddd;
	padding: 0 10px;
	width: 271px; /* 395px with padding and borders */
	}
#errorbox, #error {
	display: none;
	}
#error, p.noscript {
	padding: 8px 0 0 0;
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
	}
#moreContextSet {
	display: none;
}

/* Submit Button */
.submit {
	width: 395px;
	height: 39px;
	line-height: 39px;
	font-size: 20px;
	font-family: Helvetica, sans-serif;
	text-shadow: 0 -1px 1px #222;
	color: #fff;
	font-weight: bold;
	background: #888;
	margin: 10px 0 0 0;
	border: 1px solid #777;
	-webkit-border-radius: 3px;
	}
.submit:hover {
	background: #999;
	}
.submit:active {
	background: #777;
	}