.jOrgChart .line {
	height : 20px;
	width : 4px;
}
.jOrgChart .down {
	background-color: #EAEA00;
	margin : 0px auto;
}
.jOrgChart .top {
	border-top : 3px solid #EAEA00;
}
.jOrgChart .left {
	border-right : 2px solid #EAEA00;
}
.jOrgChart .right {
	border-left : 2px solid #EAEA00;
}
.jOrgChart td {
	text-align : center;
	vertical-align : top;
	padding : 0px 2px;
}
.jOrgChart .node {
	background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
	background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	display : inline-block;
	min-width:150px;
	padding:10px;
}
.jOrgChart .node p {
	margin-top: 10px;
}