
.personSearchPopup_openPanelButton
{
	display:inline-block;
	cursor:pointer;
	z-index:2;
	position:relative;
}
.personSearchPopup_openPanelButton:active
{
	top:1px;
	left:0px;
}
.personSearchPopup_openPanelButtonLabel
{
	position:relative;
	top:-4px;
	left:0px;
}
.personSearchPopupButton
{
	box-shadow: 0px 1px 0px 0px #333;
}
.personSearchPopupButton:active
{
	box-shadow: 0px 0px 0px 0px #333;
}
.personSearchPopup_searchPanel
{
	display:none;
	z-index:3;
	position:absolute;
	top:0px;
}
.personSearchPopup_searchPanel.pressed
{
	top:2px;
}
.personSearchPopup_buttonFrame
{
	display:inline-block;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #333;
	padding: 4px 4px 7px 4px;
	position:relative;
	top:-6px;
	left:-5px;
	border-radius: 3px 3px 0px 0px;
	background-color:#fff;
	box-shadow: 3px 0px 3px -3px #000;
	cursor:pointer;
	z-index:3;
}

.personSearchPopup_searchFrame
{
	width:152px;
	height:260px;
	position:relative;
	top:-7px;
	left:-5px;
	background-color:#fff;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#333;
	z-index:2;
	border-radius:0px;
	box-shadow: 2px 2px 8px -3px #000;
	padding:8px;
	border-radius: 0px 3px 0px 0px;
}
.personSearchPopup_searchTerms
{
	width:105px;
}
.personSearchPopup_searchResults
{
	width:150px;
	border:1px solid #333;
	height:200px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color:#fafafa;
	overflow-y:scroll;
	overflow-x:hidden;
}
