.sortable { list-style-type : none; } .sortable li { border : thin solid #ccc; cursor : move; margin : 2px 0 2px 0; padding : 5px; width : 300px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; background-color: #99CC99; } #dropZone { border: 1px dotted #ff0000; width: 300px; padding: 10px; } body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; }