/**
 * Admin Stuff
*/

#imageNoteInput {
    font-size: 12px;
    font-family: Arial;

    padding: 5px;

    background: #000;
    background: rgba(0, 0, 0, 0.7);
    border: black #000 solid;

    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);

    width: 200px;
}

#imageNoteInput label {
    display: block;


    font-family: Arial;
    font-weight: bold;
    color: #fff;

    width: 100%;
}

#imageNoteText {
    display: block;

    width: 100%;
    height: 50px;

    font-family: Arial;
    font-size: 11px;

    margin: 8px 0;

    padding: 2px;
}

#imageNoteButton {
    float: right;
}

.imgNote-list {
}

.imgNote-list li {
    display: inline;
    margin: 5px;
}

.imgNote-list img {
    width: 80px;
}

.imgNote-controls {
    margin: 10px 0 10px 0;
}

.imgNote-controls li {
    display: inline;
    margin: 0 10px;
}

.imgNote-image {
    margin: auto;
    z-index: 0;
}

.noteEditPanel {
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;

    border: 1px #fff solid;
    border-top: none;
    border-left: none;
    background: #f00;

    float: left;
    cursor: pointer;
}

.noteEditPanel p {
    float: left;

    line-height: 100% !important;
    padding: 3px !important;
    margin: 0 !important;
}

.reload-thumbs-link img{
    position: relative;
    top: 3px;
}