﻿.centerCell 
{
    text-align: center;
}

.centerCell .logo 
{
    width: auto !important;
    /*min-width: 90px;
    min-height: 90px;*/
    max-width: 200px; 
    max-height: 90px;
    margin-bottom: 10px;
}

#uploadButton 
{
    display: inline-block;
    cursor: pointer;    
}

.dxucInputs {
    display: none; 
}

.dropZone
{
    border: 1px dashed black !important;
    margin-bottom: 10px;
    width: 280px;
    height: 150px;
}

.dropZone span
{
    margin-top: 63px;
    margin-left: 70px !important;
}

.successMsg {
    padding-bottom: 15px;
    display: none;
}
