#user_blipsets div.first_photo, #user_blipsets div.other_photos {
	float: left;
}

#user_blipsets div.first_photo img {
	width: 50px;
	height: 50px;
	margin: 0 5px 5px 0;
}

#user_blipsets div.other_photos img {
	width: 40px;
	height: 40px;
	margin: 0 5px 5px 0;
}


#user_blipsets div.blipset_item {
	line-height: 18px;
}

#user_blipsets div.destroy_button {
	float: right;
	width: 20px;
	height: 21px;
	background-image: url("/images/template/trash_icon.png");
	background-repeat: no-repeat;
	margin-bottom: 3px;
}
#user_blipsets div.setting_description {
	float: right;
	margin-right: 10px;
	color: red;
	font-style: italic;
}

#user_blipsets div.blip_last_row {
	clear: right;
}

#user_blipsets div.note {
	float: right;
	color: #B2B0B0;
}

#user_blipsets div.note .grube {
	background-image: url("/images/template/note_plus.png");
	background-repeat: no-repeat;
	padding: 1px 0 0 15px;
}

#user_blipsets div.note .cienkie {
	background-image: url("/images/template/note_minus.png");
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
}

#user_blipsets hr.blipset_separator {
	clear: both;
	margin: 10px 0;
}

#user_blipsets .blip_date {
	font-weight: bold;
}

.new_user_list .user_block {
	padding: 0 5px;
}
