
#newslistitems-list {
    background: #eee;
    border: 1px solid #ccc;
    padding: 5px 3px;
    margin: 5px 0;
    cursor: default;
}

#newslistitems-list li {
    padding: 3px 5px;
    border-bottom: 1px solid #ccc;;
    margin-bottom: 2px;
}

#newslistitems-list li:last-child {
    border: none;
}

#newslistitems-list .drag {
    background: #fff;
    display: block;
    float: right;
    height: 16px;
    width: 16px;
    text-align: center;
    cursor: move;
}


.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}
