
.nextend-textarea{
    position: relative;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    width: 100%;
    box-shadow: 0px 1px 2px RGBA(0,0,0,0.2) inset;
}

.nextend-textarea textarea{
    line-height: 16px;
    color: #6c7581;
    font-size: 11px;
    font-family: 'Open Sans', Arial, sans-serif;
    border: 0;
    background: none;
    padding: 0;  
    width: 100%;
    resize: vertical;
    height: 80px;
    float: none;
    margin: 0;
}