#join_header, #introPage, .socialHead:first-child, #animationBox, .share_form #animationBox {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mfp-close {
    font-size: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: transparent url(/join/fancybox/fancybox.png) -40px 0px;
    cursor: pointer;
    z-index: 1103;
    border: none;
}

@media all and (max-height: 730px) {
    #step2PagePadding {padding-bottom: 0;}
    #topBar {
        height: 30px;
        padding-top: 0;
    }
    #step2PagePadding {padding: 35px 10px;}
    .barPad {font-size: 12px;}
    #textAreaBg {height: auto;}
    #captionTextArea {height: 48px;}
    #saveEdit {margin: 0;}
    .grey_r18 {font-size: 16px;}
    .grey_14 {font-size: 13px;}
    #cropBox {
        margin: 6px auto -70px;
        -webkit-transform: scale(0.77);
        -moz-transform: scale(0.77);
        -ms-transform: scale(0.77);
        -o-transform: scale(0.77);
        transform: scale(0.77);
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
}

@media screen and (max-width: 600px) {
    .upload_title {display: none;}
    .dropzone .dz-message {
        padding-top: 50px;
        border: none;
    }
    .dropzone {
        position: static;
        padding-top: 0;
        padding-bottom: 0;
    }
}