form#quote {
	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: 227px;
	}
fieldset, div.fieldset {
	border: 0;
	padding: 10px 0 0 0;
	}
legend, p.legend {
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	position: relative;
	width: 227px;
	margin: 0 0 10px 0;
	padding: 0 !important;
	}
legend .remove, p.legend .remove {
	color: #ff6666;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
	}
span.relative {
	display: block;
	position: relative;
	width: 227px;
	}
label {
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	}
label.sex {
	position: absolute;
	width: 90px;
	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: 12px;
	}
input.long {
	width: 217px; /* 227px with padding and borders */
	}
input.short {
	width: 31px;
	}
textarea {
	width: 217px;
	height: 70px;
	}
#addSpouse, #addChild {
	margin: 0;
	}
#brick #addSpouse, #brick #addChild {
	background-image: url('../images/buttons/short-b-wbg.gif') !important;
	}
select.sex {
	border: 1px solid #e1e1e1;
	font-size: 14px;
	height: 26px;
	position: absolute;
	width: 90px;
	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: 205px; /* 227px with padding and borders */
	}
#errorbox, #error {
	display: none;
	}
#error, p.noscript {
	padding: 8px 0;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #ff6666;
	}
#error {
	color: #ff0000;
	}

/* Submit Button */
.submit {
	width: 227px;
	height: 39px;
	line-height: 39px;
	font-size: 14px;
	font-family: Tahoma, sans-serif;
	color: #fff;
	font-weight: bold;
	margin: 0;
	border: 0;
	cursor: pointer;
	}
.submit:hover {
	background-position-y: -39px;
	}
.submit:active {
	background-position-y: -78px;
	}

/* Bricks and Stones */
#stone legend, #stone p.legend {
	color: #fff;
	}
#brick legend, #brick p.legend {
	color: #444;
	}
#stone .submit {
	background: url('../images/buttons/submit.gif') top left no-repeat;
	}
#brick .submit {
	background: url('../images/buttons/submit-wbg.gif') top left no-repeat;
	}