#gallery_selection {
    background-color: #fff;
    padding: 7px;
}

#gallery_selection label {
    font-weight: 600;
    position: relative;
    top: -1px;
}

#gallery_selection .plupload_buttons a {
    margin-right: 4px;
}

#gallery_name {
    width: auto;
    min-width: 200px;
}

#gallery_name.error {
    border: solid 1px red;
}

#upload_images_content {
    padding: 0px;
}

#upload_images_content .plupload_container {
    padding: 0px;
}

.plupload_header {
    display: none;
}

.plupload_buttons {
    display: inline
}

.plupload_droptext {
    font-size: 16px;
    color: silver;
}

#gritter-notice-wrapper a {
    color: #00b9eb;
}