#people-chartdiv {
	width		: 100%;
	height		: 300px;
	font-size	: 11px;
}
.ui-resizable-helper {
  border: 1px dotted gray;
}						
.people-resizable1 {
  display: block;
  width: 400px;
  height: 250px;
  padding: 0;
  margin: 0 20px 20px 170px;
  float: left;
  border: 2px dashed #ddd;
  overflow: hidden;
  position: relative;
}