.pop {
  position: absolute;
  display: inline; }
  .pop .pop_menu {
    display: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
  .pop .pop_toggle {
    background-image: url(/engine/images/calendar_add.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    overflow: hidden;
    cursor: pointer; }
	
.pop p{
	font-size:14px;
	font-weight:normal;
	line-height:26px;
	  background-color: #FFFDDD;
	     -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	width:7em;
	height:7.8em;
	padding-top:8px;
	padding-left:8px;}

.active .pop_menu {
  display: block;

  position: absolute;
  padding: .6em;
  width: 6em; }
  .active .pop_menu a{
  		font-size:0.9em;
  }
.active .pop_toggle {
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/engine/images/calendar_delete.gif); }  
