﻿
.pd-input {
    background-color: #efefef;
    /*border: 1px solid #d5d5d5;*/
    border: 0px;
    border-radius: 5px;
    clear: both;
    font-family: calibri;
    width: 100%;
    font-size: 11pt;
    height: 4rem;
    padding-left: 10px;
    padding-right: 10px;
}

    .pd-input:focus {
        background-color: #e6e5e5;
    }