.pagingBar {
    list-style-type: none;
    height: 28px;
    width: auto;
    clear: both;
}

    .pagingBar li {
        display: block;
        float: left;
        height: 22px;
        margin: 1px;
        padding-left: 5px;
        padding-right: 5px;
        border: 1px solid scrollbar;
        background-color: #f8f8f8;
    }

        .pagingBar li.currentPage {
            background-color: white;
            color: crimson;
        }

        .pagingBar li.pagingtextbox {
            padding-left: 0;
            padding-right: 0;
        }

        .pagingBar li input {
            margin: 0;
            height: 20px;
            border: none;
        }

/************ Button ************/
.button {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: inline-block;
    background: #1D3E83 url('/ig/sms/bg-button-green.gif') top left repeat-x !important;
    border: 1px solid #254fa6 !important;
    padding: 4px 7px 4px 7px;
    _padding: 4px 2px 4px 2px !important;
    color: #fff !important;
    /*font-size: 12px !important;*/
    cursor: pointer;
}

    .button:hover {
        text-decoration: underline;
    }

    .button:active {
        padding: 5px 7px 3px 7px !important;
    }

a.remove-link {
    color: #bb0000;
}

    a.remove-link:hover {
        color: #000;
    }

table.list td {
    text-align: center !important;
    padding: 5px;
    font-weight: bold;
}