.newsspan
{
  height:10px;
  width:100%;
}

.newsspanbig
{
  height:25px;
  width:100%;
}

.newscontainer
{
  position:relative;
  width:600px;
  border-style: solid;
  border-width: 1px;
}

.newshead
{
  width:100%;
  height:50px;
  font-weight: bold;
  font-size: 22px;
}

.newstitle
{
  position:absolute;
  top:10px;
  left:220px;
  width:300px;
}

.newsimage
{
  position:absolute;
  top:2px;
  left:2px;
  max-width:40px;
}

.newsauthortime
{
  position:absolute;
  top:5px;
  left:50px;
  text-align:left;
  font-weight: normal;
  font-size: 14px;
}

.newscontent
{
  width:500px;
  height:100%;
}

.textarea 
{ 
    min-width:550px;
    max-width:550px;
    resize: none;
    max-height:300px; 
    min-height:300px; 
}