/***** Form  *****/

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

input[type="submit"],
input[type="search"], 
input[type="reset"], 
input[type="number"], 
input[type="time"], 
input[type="tel"], 
input[type="date"], 
input[type="button"], 
input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="file"], 
select, 

span {
                font-family: calibri;
                font-size:14px;
                
} 

p{            
                                font-family: calibri;
                font-size:14px;
                
} 


textarea  {
                height: 35px;
                border: 1px solid #A3A3A3;
                border-radius: 7px;
               font-family: Calibri; 
                                                                font-size: 12px;
                max-width: 45em;
                margin: .25em 0 0 0;
                padding-left: 10px;
                box-sizing: border-box;
}

input[type="file"]  {
                border:none;

                height: 25px;
                font-family: Calibri; 
                                                                font-size: 12px;
                max-width: 45em;
                margin: .25em 0 0 0;
                padding: 8px 0 0 5px;
                text-transform: uppercase;
}





textarea { height: auto; }



.UploadFileButton {
    background-color: #73000a;
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    border: none;

    width: 135px !important;
}

.DeleteFileButton {
    background-color: #73000a;
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    border: none;

    width: 135px !important;
}



#SaveAsDraftButton {
    background-color: #73000a;
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    border: none;
    margin:10px;
    width: 135px !important;
}
