#trns_translateInput {
    resize:none;
    min-height:110px;
    width:95%;
    max-width:580px;
    height:auto;
    display:inline-block;
    border:1px solid #C5C5C5;
    font-size:20px;
    font-family:arial;
    padding:10px;
}

#trns_translateInput:hover {
    border:1px solid #A2A2A2;
    box-shadow:inset 0px 2px 2px 0px #ACACAC;
}

#trns_translateInput:focus {
    border:1px solid #0080FF;
    box-shadow:inset 0px 2px 2px 0px #ACACAC;
}

#trns_translateOutput {
    width:99%;
    max-width:580px;
    background:#F3F3F3;
    min-height:110px;
    display:inline-block;
    /*border:1px solid #F3F3F3;*/
    white-space:pre-wrap;
    padding:10px;
    font-size:18px;
}