#demo {
}
#demo ul li {
border: 1px solid black;
background-color: #8DD5E7;
cursor: move;
margin: 3px;
list-style-type: none;
z-index: 2;
width: 200px;
height: 20px;
padding: 2px;
zoom: 1;
}
#play {
border: 1px solid black;
zoom: 1;
padding: 2em;
}
#drop {
border: 1px solid black;
background-color: #eee;
height: 50px;
width: 200px;
float: right;
bottom: 50px;
position: relative;
}
#drop strong {
font-weight: bold;
}
#drop.yui3-dd-drop-over {
background-color: #ccc;
}
#example-canvas {
position: static;
}