﻿#uploadFile {
    height: 20px;
    padding: 20px 30px 20px;
    background-color: #ededed;
    border: 1px solid #2e3b42;
    font-family: "Source Sans Pro", sans-serif;
    color: #2d3a41;
    width: 60%;
    font-weight: 300;
    font-style: italic;
    line-height: 22px;
    font-size: 20px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0 0 0 10px;
    height: 34px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        width: 100%;
        height: 64px;
    }
