input[type="text"], textarea {
    background: #F9F9F9;
    border: 1px solid #efefef;
    color: #666666;
    font-size: 11px;
}
input[type="text"]:focus, textarea:focus {
    background: #FCFCFC;
    border-color: #E8E7E7;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}
