div#AttachmentDialog {
}

div#AttachmentDialog h3 {
    font-size   : 13px;
    font-weight : bold;
}

div#AttachmentDialog div.attachmentSelect {
    font-size   : 13px;
    font-weight : bold;
    width       : 98%;
    padding     : 0.5em 10px;
}

div#fileLoaderParent {
    width      : 98%;
    padding    : 0.5em 10px;
    background : #b0b0b0;
}

div#fileLoaderParent table.formInput {
    width      : 98%;
}

div#fileLoaderParent table.formInput th,td {
    font-size   : 12px;
    font-weight : bold;
}

div#attachmentDisplay {
    background :#101010;
    width      : 100%;
}

img#previewImage {
    width : 100%;
    height: auto;
}
