/* CSS Document */
#tagBox
{
	padding:0px;
	display:none;
	float:left;
	position:absolute;
	width:182px;
	height:182px;
	border:7px #D8DFEA solid;
}

#peopleSelect
{
	padding:5px;
	display:none;
	position:absolute;
	float:right;
	width:200px;
	height:250px;
	overflow:scroll;
	background-color:#FFFFFF;
}
  


