#viewprofile {
}

#viewprofile h4 {
	color: #021494;
	background-color: #9CB6EB;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	border-top: 1px solid #021494;
	border-bottom: 1px solid #021494;
}

#viewprofile td.label {
	font-weight: bold;
	font-size: 90%;
	width: 25%;
	text-align: right;
	vertical-align: text-top;
	padding-right: 10px;
	padding-bottom: 0.5em;
}

#viewprofile td.element {
	font-size: 90%;
	width: 70%;
	text-align: left;
	vertical-align: text-top;
	padding-bottom: 0.5em;
}

