.list {
        cursor: move;
        float: left;
        width: 500px;
}
.item {
        background-color: #F2F2F2;
        margin: 5px;
        text-indent: 10px;
        padding: 5px 0;
        font-size: 14px;
        border: solid thin #000000;
}
#msg {
        width:100%;
        margin:10px 0;
        background:url(/css/images/loading.gif) no-repeat 0 50%;
        padding-left:35px;
}
.remove, .edit {
        width: 16px;
        float: right;
        z-index: 1;
        position: absolute;
}
.remove {
        right: 20px;
}
.edit {
        right: 60px;
}