﻿.DivPop
{
    background-color:#fff;
    border:solid 1px #000;
    display:none;
    position:absolute;
    left:200px;
    top:200px;
    z-index:9999;
    padding:5px;
    white-space:normal;
    max-width:400px;
}

.TextAreaInput
{
    width:300px;
    height:150px;
}
   
.DivContent
{
    white-space:normal;
    max-width:400px;
    width:auto;
    height:auto;
}
