#demoFiler { height: auto; border: 1px dashed #fff; padding: 10px; cursor: move; margin-bottom: 10px; position: relative; background: rgba(255,255,255,0.08) url(../images/upload.png) no-repeat bottom; text-align: center;
}
#dragAndDropFiles { min-height: 250px;
}
.dfiles { border: 1px solid #ccc; background: #fff url(../images/menu.png); color: #ff6600; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 5px; margin: 5px;
}
.invalid { border: 1px solid red !important;
}
.progress img { margin-top: 7px; margin-left: 24px;
}
