.repeatableToolbar {
    width: 100%;
    height: 30px;
    float: right;
}

#wrapper .repeatableToolbar .moveUp {
    width: 20px;
    height: 20px;
    background: url('../images/repeatableBlockSprite.png') -59px -16px;
    z-index: 99999;
    cursor: pointer;
    float: right;
}

#wrapper .repeatableToolbar .moveUpDisabled {
    width: 20px;
    height: 20px;
    background: url('../images/repeatableBlockSprite.png') -78px -16px;
    z-index: 99999;
    cursor: pointer;
    float: right;
}

#wrapper .repeatableToolbar .moveDown {
    width: 20px;
    height: 20px;
    background: url('../images/repeatableBlockSprite.png') -97px -16px;
    z-index: 99999;
    cursor: pointer;
    float: right;
}

#wrapper .repeatableToolbar .moveDownDisabled {
    width: 20px;
    height: 20px;
    background: url('../images/repeatableBlockSprite.png') -117px -16px;
    z-index: 99999;
    cursor: pointer;
    float: right;
}

#wrapper .repeatableToolbar .add{
    cursor: pointer;
    float: right;
    line-height: 20px;
    margin-left: 5px;
    vertical-align: middle;
    z-index: 99999;
}

#wrapper .repeatableToolbar .add span{
    background: url('../images/repeatableBlockSprite.png') -18px -16px;
    float: left;
    height: 20px;
    margin-right: 3px;
    width: 20px;
}

#wrapper .repeatableToolbar .remove {
    cursor: pointer;
    float: right;
    line-height: 20px;
    margin-left: 5px;
    vertical-align: middle;
    z-index: 99999;
}

#wrapper .repeatableToolbar .remove span{
    background: url('../images/repeatableBlockSprite.png') -37px -16px;
    float: left;
    height: 20px;
    margin-right: 3px;
    width: 20px;
}