#discussionForm
{
    max-width: 900px;
    font-size: 10pt;
    margin-top: 15px;
}

#discussionForm td {
    vertical-align: top;
    padding: 7px;
}

#emailPrivacyMessage {
    clear: left;
    padding-top: 7px;
    color: #575651;
    font-size: 8pt;
}

#addpicture_fileinputs
{
    padding: 0px 0px 6px 0px;
}


.addpicture_addanother
{
    padding: 5px 0px 0px 15px;
    display: none;
}

.addpicture_addanother a
{
    text-decoration: none;
    color: #135FA5;
}

.addpicture_fileinput
{
    display: none;
}

.formErrorMessage
{
    color: #9b0000;
}

.newDiscButton {
    margin: 0 0 0 0;
    width: 190px;
    text-align: center;
}

.newDiscButton input {
    display: block;
    padding: 10px;
    background-color: #41434b;
    color: white;
    width: 100%;
    border: 0px;
    font-weight: bold;
    -webkit-appearance: none;
}

.newDiscButton input:hover {
    background-color: #34363e;
    color: white;
    cursor: pointer;
}

.newDiscButton a:link, .newDiscButton a:visited, .newDiscButton a:active {
    color: white;
}

