.anim {
        position: relative;
        height: 50px;
        width: 100px;
        border: 1px solid black;
        background-color: #00B8BF;
        top: 100px;
}
#drag {
        height: 50px;
        width: 50px;
        border: 1px solid black;
        background-color: #004C6D;
        color: white;
        cursor: move;
        z-index: 5;
}
#dock {
        height: 600px;
        width: 75px;
        background-color: #D00050;
        border: 1px solid black;
        position: absolute;
        top: 5px;
        right: 0px;
}
.anim.yui3-dd-drop-over {
        background-color: #EDFF9F;
}
.anim.done {
        background-color: white;
}
#drag1.yui3-dd-drag-over {
        opacity: .5;
        filter: alpha(opacity=50);
}

