.box {
    position: fixed;
    left: 25%;
    top:50px;
    z-index: 555;
    margin-left: -350px;
    width:700px;
    min-height:680px;
    background:#e2dcd3;
    margin:40px auto;
}

.effect
{
/*    position:relative;*/
    -webkit-box-shadow:0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    -moz-box-shadow:0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
     box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.box textarea {
    resize: none;
    width: 600px;
    height: 120px;
    margin: 45px 50px 20px 50px;
    background-color: #ffffff26;
    color: #918b8a;
    border: 1px solid #918b8a;
    padding: 5px;
    border-radius: 3px;
    font-size: 14px;
    outline: none;
    font-style: italic;
}

.mini-box {
    width: 130px;
    height: 95px;
    background:#ffffff26;
    border: 1px solid #918b8a;
    border-radius: 3px;
    border-style: dashed;
    background-image: url(../images/plus-circle.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.highlighted#drop_files {
  box-shadow: 3px 3px 15px #666;
  border-color: green;
/*  background: #ffffffb8;*/
  color: #fff;
  cursor: pointer;
}

.bblock {
    float: left;
/*    height: 390px;*/
    min-height: 390px;
    width: 270px;
    font-size: 13px;
    margin-left: 50px;
}

.box input {
    background-color: #e2dcd3;
    border: none;
    border-bottom: 1px solid #918b8a;
    color: #918b8a;
    font-size: 14px;
    width: 250px;
    margin-bottom: 15px;
    outline: none;
}

/*
.box button {
    color: #999999;
    width: 130px;
    height: 29px;
    font-size: 14px;
    margin-top: 15px;
    margin-right: 15px;
    float: left;
    cursor: pointer;
}
*/
.send-button {
    color: #ffffffcf;
    text-transform: uppercase;
    padding: 10px 55px;
    text-align: center;
    border-radius: 55px;
    background: #918b8a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border: 1px solid #918b8a;
    cursor: pointer;
}
.box p {
    color: #564945;
    font-family: Georgia;
}

.box table {
    color: #918b8a;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}
.box table td {
    height: 20px;
}
.file {
    background-image: url(../images/file-img.png);
    background-repeat: no-repeat;
    padding-right: 20px;
}

.delete {
    background-image: url(../images/delete-img.png);
    background-repeat: no-repeat;
    padding-right: 20px;
}

#fle_files {
    margin-top: 15px;
    font-size: 12px;
    border-bottom: none;
    color: #918b8a;
}
.close {
    position: absolute;
    right: 15px;
    top: 5px;
    width: 15px;
    height: 15px;
    opacity: 0.3;
}

.close:hover {
    opacity: 1;
}

.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #333;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.success {
    font-size: 32px;
    text-align: center;
    padding-top: 50px;
}


#added_files tr span.load {display: none;}
#added_files tr.loading span.load {display: inline;}
