#dropbox {
    font-family: 'AdelleBasicBold', Arial, sans-serif;
    display: block;
    margin: auto;
    z-index: 9999;
    fill: #222;
    width: 300px;
    text-align: center;
    background-color: #ddd;
    border-color: #bbb;
    border-width: 3px;
    border-style: dashed;
    border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 50px 20px 50px 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #999;
    box-shadow: 5px 5px 5px #999;
    -moz-box-shadow: 5px 5px 5px #999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.dropbox-upload {
    font-size: 8pt;
    width:80px;
    height:15px;
    margin-top: 10px;
    margin-right: 25px;
    padding: 5px;
    overflow:hidden;
    position:relative;
    float: right;
    text-decoration: underline;
}

.dropbox-upload:hover {
    color: highlight;
}

.dropbox-upload span input {
    line-height: 0;
    z-index:999;
    font-size: 50px;
    position: absolute;
    top: -12px;
    left: -660px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding:0;
}

#bag img {
    margin-top: 0px;
    height: 150px;
    min-height: 150px;
    width:auto;
    float: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #eee;
    
}

#thumb-container {
    min-height: 150px;
    background-color: #fff;
    border-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border-style: solid;
    border-width: 1px;
}

#dropbox[dragenter="true"] {
    width: 400px;
    padding: 75px 30px 75px 30px;
    border-width: 4px;
    font-size: 30px;
    margin-top: 5px; /* dropbox margin-top - extraPaddingHeight (60px - 25) */
}

#no-photo {
    font-size: 14px;
    margin: auto;
    width: 340px; /* dropbox width including padding */
    text-align: right;
}

#intro, .chrome-link, #exif-table, .manual-search, .auto-search, #unsupportedBrowser, #results, #searching, #problem-extracting, #not-valid-jpeg, #no-exif, #model-unsupported, #error-message, #fail-header, #fail-footer, #exif-help, #search-type-toggle-manual, #search-type-toggle-auto, #serial-too-short, #model-not-found-in-exif {
    display: none;
}

#searching {
    width: 100px;
    margin: auto;
    margin-top: 130px;
    text-align: center;
}

#fail-header {
    color: #F66;
}

#error-message, #results-data {
    font-size: 14px;
    color: #666;
}
