﻿#content {
    margin-left: auto;
    margin-right: auto;
    max-width: 510px;/*override*/
}

.formsInput {
    max-width: 500px;
}

.inputRow {
    padding-bottom: 5px;
}

.inputGroup {
    padding-bottom: 15px;
}

.paraMax {
    max-width: 490px;
}

.logo {
    max-width: 25%;
    height: auto;
}

select:required:invalid {
    color: #666;
}

option[value=""][disabled] {
    display: none;
}

option {
    color: #000;
}

.chosen-choices {
    border-radius: 5px;
}

#dragandrophandler {
    border: 2px dotted #0B85A1;
    color: #92AAB0;
    text-align: center;
    vertical-align: middle;
    padding: 25px;
    margin-bottom: 10px;
}

.invisiButton {
    background: none !important;
    padding: 0 !important;
    border-bottom: 1px solid #444;
    cursor: pointer;
    border: none;
}
.removeFileButton {
    color: red;
}

.browseFileButton {
    color: blue;
    cursor: pointer;
}