.profile div span:first-child, .profileFirst {
	display: inline-block;
	width: 110px;
	/*text-align: right;*/
	margin: 5px;
	padding-right: 7px;
}

.profileLine span {
	display: inline-block;
	padding: 7px;
	margin: 3px;
	font-weight: bold;
}

.profileLine .active {
	background-color: #90a1b8;
}

.profileLine span:hover {
	background-color: #f4f2b0;
	cursor: pointer;
}

#profileBox, #settingsBox {
	padding-top: 20px;
}

#settingsBox {
	display: none;
}

#settingsBox div {	margin: 7px 10px;
}

#settingsBox span {	display: inline-block;
}

#settingsBox span:first-child {
	width: 145px;
	line-height: 25px;
	border-bottom: 1px solid black;
}

#settingsBox span:last-child {
	margin-left: 20px;
}

#settingsBox select {
	width: 60px;
	padding: 5px;
}

#settingsBox select option {
	margin: 5px;
	padding-left: 5px;
}