.userDetails {
	width: 100%;
}


legend, .userDetails legend {
	font-weight: bold;
	font-size: 16px;
	color: #4f5eab;
}

.userDetails ul li {
	height: 39px;
	line-height: 39px;
	background: #dee6fe;
	text-indent: 20px;
	color: gray;
	border-bottom:1px solid white;
}

.userDetails ul {
	list-style: none;
	margin:0px;
	padding: 0px;
}

fieldset, .userDetails fieldset{
	float: left;
	border: 0px;
	border-top: 4px solid #C2D8EF;
	width: 46%;
	margin: 0px 4px 0px 10px;
}

.userDetails label {
	float: left;
	width: 190px;
	height: 39px;
	background: #C2D8EF;
	border-bottom: 1px solid white;
}

.userDetails label.impr{
	font-weight: bold;
	color: black;
}

ul#newAccountInfo, ul#additionalInfo {
	display: none;
}

.userDetails ul li span {
	padding-left: 10px;
}

.userDetails input {
	border:1px solid #bf198d;
}