textarea
{  
   width:98%;
   position: relative;
   margin: 5px;
}

.textwrapper
{
  border:1px solid #999999;
  margin:5px 0;
  /*padding:3px;*/
}

#warning
{
   color: red;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: black;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}
