﻿input[type="file"] {
    display: block;
    height: 75px;
    color: #bcd6a4;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.upload_image_library_popup {
    font-family: 'Droid Serif', serif !important;
}

.img_upload #userActions {
    height: 75px;
    text-align: center;
    color: #37474F;
    background-color: #FFFFFF;
    border: solid 2px #333333;
    border-radius: 10px;
    margin: 0 auto;
    font-size: 18px;
}

    .img_upload #userActions p {
        margin: 10px 0px 0px;
    }