
li {
  list-style: none;
}

.garbage li a {
  text-decoration: none;
  color: #000;
  margin: 10px;
  width: 250px;
  border: 3px dashed #999;
  background: #eee;
  padding: 10px;
  display: block;
}

*[draggable=true] {
  -moz-user-select:none;
  -khtml-user-drag: element;
  cursor: move;
}

*:-khtml-drag {
  background-color: rgba(238,238,238, 0.5);
}

li a:hover:after {
  content: ' (drag me)';
}

ul {
  margin-left: 400px;
  min-height: 30px;
}

li.over {
  border-color: #333;
  background: #ccc;
}

#bin {
  background: url(../images/bin.jpg) top right no-repeat;
  height: 450px;
  width: 300px;
  float: left;
  border: 5px solid #000;
  position: relative;
  margin-top: 0;
}

#bin.over {
  background: url(../images/bin.jpg) top left no-repeat;
}

#bin p {
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 300px;
  font-size: 32px;
  color: #fff;
  text-shadow: #000 2px 2px 2px;
}
