textarea {
    resize: vertical;
}

.editable {
    position: relative;
}

.editable .crud {
    float: right;
    position: absolute;
    top: 7px;
    right: 0;
    cursor: pointer;
}

.editable .crud, .addable .crud {
    cursor: pointer;
}

.editable .crud .edit {
    float: left;
    height: 14px;
    width: 14px;
    margin-left: 3px;
    text-indent: -9999px;
    background: url('img/edit-edit.png');
}

.editable .crud .remove {
    float: left;
    height: 13px;
    width: 11px;
    margin-left: 3px;
    text-indent: -9999px;
    background: url('img/edit-delete.png');
}

.editable .crud .move {
    float: left;
    height: 14px;
    width: 14px;
    margin-left: 3px;
    text-indent: -9999px;
    background: url('img/edit-move.png');
}

.addable .crud .add {
    line-height: 13px;
    padding-bottom: 10px;
    padding-left: 20px;
    background: url('img/edit-add.png') no-repeat;
}

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-top: 1px;
    overflow: hidden;
    text-indent: -99999px;
}

.error {
    border: 1px solid #bb141a;
    color: #bb141a;
    margin: 5px 5px 25px;
    padding: 5px;
    text-align: center;
}

.files li {
    list-style: none;
    display: block;
    float: left;
    width: 170px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.files .remove, .files  .move, .field .remove {
    float: left;
    margin-left: 10px;
}

.files .remove, .field .remove {
    background: url("img/trashbin.x1.png") repeat scroll 0 0 #FFFFFF;
    height: 20px;
    width: 20px;
    cursor: pointer;
    clear: both;
}

.files .imageThumb .remove {
    clear: none;
}

.files .move {
    background: url("img/move.x1.png") repeat scroll 0 0 #FFFFFF;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.files .imageThumb > .remove {
    margin-left: 170px;
    margin-top: -115px;
}

.files .imageThumb > .move {
    margin-left: 170px;
    margin-top: -90px;
}
