form.photolib-img-add input[type=file] {
    display: none;
}

#addPictureSectionRes a > img {
    display: none;
}

#addPictureSection button {
    margin: 5px 0;
}

#addPictureSection iframe {
    width: 100%;
    height: 0;
    border: none;
}

#addPictureSection {
    padding-bottom: 0;
    position: relative;
}

#addPictureSection #message {
    height: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    border: none;
    position: fixed;
}

#addPictureSection #message.dragover {
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    border: 1px solid #800000;
    background: rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 7px -1px rgba(0, 0, 0, .8);
}

#addPictureSectionRes .uploadform {
    background: rgba(198, 198, 198, 0.3);
    border: solid 1px rgba(0, 0, 0, 0.2);
    width: 102px;
    height: 102px;
    margin: 2px;
    padding: 2px;
    float: left;
}