textarea {
    width:100%; 
    background-color:#FFF; 
    border:#dbd9d5 solid 1px; 
    border-radius:10px; 
    height:120px; 
    line-height:20px; 
    outline:none; 
    margin-bottom:20px;
    padding: 10px;
    }