/**~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
 * 组织机构图标
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
 */
.icon-user {
	background: url('./platform/org/person.gif') no-repeat center center;
}

.icon-org {
	background: url('./platform/org/org.gif') no-repeat center center;
}

.icon-department {
	background: url('./platform/org/dept.gif') no-repeat center center;
}

.icon-post {
	background: url('./platform/org/post.gif') no-repeat center center;
}

.icon-cert-0 {
	height: 16px;
	width: 16px;
	background: url('./platform/cert-0.gif') no-repeat left center;
}

.icon-cert-1 {
	height: 16px;
	width: 16px;
	background: url('./platform/cert-1.gif') no-repeat left center;
}