#upload-image-wrapper{ border-top: 1px solid #b3b3b3; padding:15px 0 7px 0; }
#upload-video-wrapper{ border-top: 1px solid #b3b3b3; padding:15px 0 7px 0; }
#share-response h4{
    text-decoration: underline;
}
.share-use h2 {
    padding: 12px 0 8px 0;
    margin: 0 auto 1.25rem;
}
.use-submit-more {
    padding: 4px 10px 0px;
}
#share-response, #share-another-use, #use-more-info, #share-block {
    display: none;
}
#share-response h4 {
    color: #f9f800;
    font-size: 1.5rem;
    line-height: 1.2;
}
small.alert{
    color: #FF0000;
}

#use-submission #loading{
    width:100%;
    height:100%;
    background: url('/img/trans-bg-20.png') repeat;
}

#use-submission #loading i{
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    width:50px;
    height:50px;
    display:inline-block;
    background: url('/ajax-loader.gif') center center no-repeat;
}