
/* share popup menu */
#popupListingShare
{
  display: none;
  position: absolute;
  width: 22em;
  height:10em;
  background: #333;
  padding: .5em;
}


#popupShareContent
{
  border: 1px solid #5c9ec8;
  background-color:transparent;
  height:98%;

}

#popupMenuArrow
{
  width: 0;
  height: 0;
  border-top: 0.75em solid transparent;
  border-bottom: 0.75em solid transparent;
  border-left:0.75em solid #404040;
  top:40%;
  left:100%;
  position: absolute;
}

