/*
 * dragdrop.css
 * Copyright (c) 2006 Scalix Corporation - All rights reserved
 * Author: Julien Lecomte
 */

.dragDropIcon_reject {
  background-image:url(../img/md5/3229128079.gif);
  background-repeat:no-repeat;
  width:18px;
  height:18px;
  background-position:-234px 0px;
  z-index:1000;
}

.dragDropIcon_accept {
  background-image:url(../img/md5/3229128079.gif);
  background-repeat:no-repeat;
  width:18px;
  height:18px;
  background-position:-252px 0px;
  z-index:1000;
}
