.cms-header .x-panel-header
{
    background: #173f7f repeat-x center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 20px 10px;
}

.bmenu {
    background-image: url(../resources/view.gif) !important;
}

.add-icon {
    background: url('../resources/image_add.png') no-repeat 0 0 !important;
}

.icon-user {
    background: url('../resources/user.png') no-repeat 0 0 !important;
}

.icon-add {
    background: url('../resources/add.png') no-repeat 0 0 !important;
}

.icon-save {
    background: url('../resources/saved.png') no-repeat 0 0 !important;
}

.icon-delete {
    background: url('../resources/delete.gif') no-repeat 0 0 !important;
}

.icon-view {
    background: url('../resources/view_list.png') no-repeat 0 0 !important;
}

.icon-cover {
    background: url('../resources/book.png') no-repeat 0 0 !important;
}

.imageHolder {
    position: relative;
    cursor: pointer;
    float: left;
    padding: 20px;
}

.imageHolder button {
    position: absolute;
    bottom: 0;
    left: 20px;
}

* {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;

    /*
      Introduced in IE 10.
      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
    -ms-user-select: none;
    user-select: none;
}