/* Online image */
.online { background-image: url("./icon_user_online.gif"); }

.imageset.icon_user_online {
	background-image: url("./icon_user_online.gif");
	padding-left: 58px;
	padding-top: 58px;
}

.placeholder {
	background: url("./drop.png") 50% 50% no-repeat #e4effa;
	border: 1px dotted #399;
	border-radius: 7px;
	margin-bottom: 18px;
}
