/* Drog & Drop Sample css */

#sample {
    position: absolute;
    z-index: 900;
    background-color: orange;
    border: 1px solid black;
    overflow: hidden;
    width: 100px; 
    height: 40px;
}
