#addrootnode1 {
	overflow: height; height: 16px; padding: 5px; cursor: pointer; border-radius: 5px; background: #cacaca; color: #ffffff;
}

#addrootnode1 .ico {
	background-image: url("images/icoStandard.png"); background-position: 16px 0px; float: left; height: 16px; width: 16px;
}

#addrootnode1 .txt {
	float: left; padding-top: 3px;
}

#addOrgDialog {
	display: none;
}

#addOrgDialog td {
	padding: 5px;
}

#role_tree {
	max-height: 200px; border: 1px solid #ccc; overflow-y: auto;
}

#orgtreediv {
	min-width: 400px; float: left;
}

#orginfo {
	float: left; width: auto; padding: 5px; min-width: 400px;
}

#peoples span {
	border-radius: 5px; border: 1px solid #cacaca; padding: 5px; margin: 5px; float: left; line-height: 16px;
}

.page-toolbar {
	padding-bottom: 10px; text-align: right;
}