div#utility-panel div#user-profile {
	margin:0 10px;
	padding-top:10px;
	color:#fefefe;
}

div#utility-panel div#user-profile h2, 
div#utility-panel div#user-profile h4 {
	font-size:1.1em;
	margin-bottom:1.0em;
}

div#utility-panel div#user-profile h4 {
	font-weight:normal;
	font-size:1.3em;
	margin-bottom:6px;
}

div#utility-panel div#user-profile div.divider {
	background:url(../images/user_profile/user_profile_divider.png) no-repeat 0 0;
	height:10px;
	clear:both;
	margin-top:10px;
}

div#utility-panel div#user-profile ul.utility-navigation {
	height:1.0em;
}

div#utility-panel div#user-profile ul.utility-navigation li {
	float:left;
	display:block;
	margin-right:5px;
	padding:0 5px 0 4px;
	border-right:solid 1px #3f92b4;
}

div#utility-panel div#user-profile ul.utility-navigation li.end {
	border:none;
}

div#utility-panel div#user-profile p {
	margin-bottom:0.5em;
}

div#utility-panel div#user-profile fieldset legend {
	font-size:1.1em;
}

div#utility-panel div#user-profile fieldset .label-user-information {
	color:#fefefe;
	display:block;
	font-weight:bold;
}

div#utility-panel div#user-profile fieldset .field-user-information {
	background: transparent;
	border:0;
	color:#fefefe;
}

div#utility-panel div#user-profile div.introduction {
	border:solid 1px #D0E8F2;
	background-color:#3091BA;
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#89C7E0), color-stop(25%, #3091BA));
	background:-moz-linear-gradient(top, #89C7E0, #3091BA 25%);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:10px;
}

div#utility-panel div#user-profile div.introduction h2 {
	text-align:center;
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:0.5em;
}

div#utility-panel div#user-profile div.introduction hr {
	border:0;
	background-color:transparent;
	border-bottom:solid 1px #6DB9D9;
	margin:0 0 10px;
}

div#utility-panel div#user-profile ol li:first-child {
    font-weight:bold;
    margin:5px 15px 0;
    list-style-type:disc;
}

div#utility-panel div#user-profile ol li {
    margin-left:15px;
}


div#questionnaire-layout div#utility-panel div#user-profile {
	padding:0;
}

