@CHARSET "UTF-8";

#user-profile
{
	border: 1px solid #aaa;
	background: #ffa;
	padding: 2em;
}

#user-profile h1
{
	margin-bottom: .5em;
}

#user-profile img
{
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
	width: 100px;
}

#user-profile dt
{
	float: left;
	width: 40%;
	position: absolute;
	clear: both;
	margin-left: 120px;
}

#user-profile form dt
{
	margin-left: 0;
}

#user-profile dd
{
	width: 60%;
	margin-left: 45%;
	position: relative;
}

#user-profile form dd
{
	margin-left: 40%;
}