
p {
    margin: 0;
    padding: 0;
}

form {
    padding: 0 0 30px 0;
}

#wrap {
    width: 800px;
    margin: 0 auto;
    margin-top: 50px;
}

#fileDrop {
    width: 360px;
    height: 150px;
    border: dashed 2px #ccc;
    background-color: #fefefe;
    float: left;
    color: #ccc;
}

    #fileDrop p {
        text-align: center;
        padding: 125px 0 0 0;
        font-size: 1.6em;
    }

#files {
    margin: 0 0 0 400px;
    width: 356px;
    padding: 20px 20px 40px 20px;
    border: solid 2px #ccc;
    background: #fefefe;
    min-height: 90px;
    position: relative;
}

#fileDrop,
#files {
    -moz-box-shadow: 0 0 20px #ccc;
}

#fileList {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #fileList li {
        margin: 0;
        padding: 10px 0;
        margin: 0;
        overflow: auto;
        border-bottom: solid 1px #ccc;
        position: relative;
    }

        #fileList li img {
            width: 120px;
            border: solid 1px #999;
            padding: 6px;
            margin: 0 10px 0 0;
            background-color: #eee;
            display: block;
            float: left;
        }

#reset {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ccc;
    text-decoration: none;
}

#reset:hover {
    color: #333;
}

#upload {
  width: 124px;
  height: 32px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  background: url(small_blue_button.png);
  text-decoration : none;
  position: absolute;
  display: block;
  bottom: 5px;
  right: 5px;
  padding-left: 30px;
  -moz-border-radius: 6px;
}

#upload:hover {
  background: url(small_blue_button_HL.png);
}

.loader {
    position: absolute;
    bottom: 10px;
    right: 0;
    color: orange;
}

.loadingIndicator {
    width: 0%;
    height: 2px;
    background-color: orange;
    position: absolute;
    bottom: 0;
    left: 0;
}

.imagePreview {
    width: 300px;
    padding: 10px;
    border: solid 1px #ccc;
    position: absolute;
    background-color: white;
}

    .imagePreview img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }