.draggable {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 15px;
    cursor: pointer;
}

.droppable {    position: absolute;
    top: 15px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.editable {
    border-top: 1px solid #abcdef;
    position: absolute;
    top: 15px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 5px;
}

.resizable {
    cursor: pointer;
    position: absolute;
    height: 20px;
    width: 20px;
    right: 0px;
    bottom: 0px;
    background-image: url(/resize.png);
    background-repeat: no-repeat;
    background-position: center;
}

.cloneable {
    position: absolute;
    height: 50px;
    width: 50px;
    border: 1px solid black;
    cursor: pointer;
}

#drag-feedback-top,#drag-feedback-right,#drag-feedback-left,#drag-feedback-bottom {
    position: absolute;
    display: none;
    border: 1px solid #777777;
    z-index: 999;
}

#drag-feedback-top,#drag-feedback-bottom {
    height: 1px;
}

#drag-feedback-left,#drag-feedback-right {
    width: 1px;
}

#cloneable1 {
    position: absolute;
    top: 50px;
    left: 15px;
    height: 25px;
    width: 25px;
    background-image: url(/sticky.png);
    background-repeat: no-repeat;
    background-position: center;
}

#linkable1 {
    position: absolute;
    top: 85px;
    left: 15px;
    border: 1px solid black;
    height: 25px;
    width: 25px;
    cursor: pointer;
    background-image: url(/link.png);
    background-repeat: no-repeat;
    background-position: center;
}

textarea {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 25px;
}

.buttons {
    position: absolute;
    height: 25px;
    left: 5px;
    bottom: 0px;
    right: 5px;
}

#userlist {
    position: absolute;
    width: 200px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.user {
    padding: 10px;
}

.linklink {
    position: absolute;
    border-top: 1px solid #abcdef;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    padding: 5px;
    overflow: hidden;
}

