﻿        .textarea {
            font-family: 'Segoe UI', sans-serif;
            font-size: medium;
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            border: none;
            resize: none;
            overflow: hidden;
            background-color:transparent;
        }

        .textareaPanel {
            position: absolute;
            left: 0px;
            top: 0px;
            right: 0px;
            bottom: 0px;
            overflow: hidden;
            box-shadow: 0px 0px 2px #888888 inset;
        }
        .textareaRoot {
            position: absolute;
            left: 0px;
            top: 0px;
            right: 0px;
            bottom: 0px;
            overflow: hidden;
        }