#preferences label{
	display:block;
	margin-bottom:2px;
	margin-right:3px;
	padding: 0.5em 0.5em 0.5em 32px;
	cursor: pointer;
	background-position:8px center;
	background-repeat:no-repeat;
	border: 1px solid #c7e6ef;
}

label.unchecked{
	background-color: #ebf5f8;
	background-image: url(/assets/img/chk_off.png);
}

label.checked{
	background-color: #c7e6ef;
	background-image: url(/assets/img/chk_on.png);
}

#profile_table{
	width: 60%;
}

#main.user h4, .overview_cat h4{
	padding: 10px;
	display: inline;
	margin: 0 0 0 16px;
	clear: both;
	width: 200px;
	color: white;
	background-color: #4dafcb;
}

.user_box{
	border-top: 2px solid #4dafcb;
	margin: 10px 0 32px 0;
	padding: 6px;
	background: #e8f4f6;
}
