.file_draganddrop_main_div{
    vertical-align: middle;
    overflow: hidden;
}

.drop_target {
    border: 1px #000 solid;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    color: #73879C;
    background-image:url("images/upload.png");
    background-repeat: no-repeat;
    -moz-background-size:50% auto;
    background-size:50% auto;
    background-position: center center;
    position: relative;
    display: inline-block;
}

.filedd_filename{
    padding: 30px 10px 0;
}
.filedd_filesize{
    padding: 3px 10px;
}

.filedd_progressBar{
    position: absolute;
    width: 100%;
    top: 75%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.filedd_message,.filedd_error{
    margin-top: 20px;
}
.filedd_message span ,.filedd_error span{
    font-size: 71%;
    color: #73879C;
}

.filedd_error{
    color:red;
}

.filedd_close{
    position: absolute;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background-image:url("images/batu.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    z-index: 10000;
}