﻿.treeDiv
{
	height: 400px;
	width: 350px;
	overflow: auto;
	background-color: White;
	border-top: solid 1px #AECAF0;
	border-bottom: solid 1px #AECAF0;
}
.btnDiv
{
	width: 100%;
	text-align: center; /*padding: 5px;*/
	background-color: #BFD8FA;
}
