.forms {
	visibility: hidden;
	height:0;
/*	float:left;
	position:relative;
	position: absolute;
*/}
.form {
/*	position: relative;
*/	width: 90%;
}

.form ul{
	padding:1em 1em 0 1em;
	list-style:none;
	margin-top:2em;
}

.form li {
	clear: left;
	float: left;
	width: 100%;
	padding-bottom: 1em;
/*	border:1px solid #000;
*/}
.form label {
	float: left;
	width: 16em;
	margin-right: 1em;
	text-align: right;
}
.form .submit {
	border-style:none;
}

.form fieldset {
/*	clear: both;
	float: left;
*/	width: 90%;
	margin: 0 0 -1em 0;
	padding:0 0 1em 0;
	border-style:none;
	border-top: 1px solid #bfbab0;
}

.form legend{
	padding:0;
	color:#000;
	font-weight:bold;
}
.form legend span {
	position:absolute;
	margin-top: 0.5em;
	font-size: 135%;
}

.form fieldset fieldset{
	margin-bottom: -2.5em;
	border-style:none;
	background-color: transparent;
	background-image:none;
}
.form fieldset fieldset legend{
	margin-left:0;
	font-weight:normal;
}
.form fieldset fieldset ul{
	position:relative;
	top:-1.5em;
	margin:0 0 0 16em;
	padding:0;
}
.form fieldset fieldset label{
	float:none;
	width:auto;
	margin-right:auto;
}
.parent-sel li{
	margin-left: -10px;	
}