.text_color option {
  background: #333!important;
}

div.grippie {
background: #333 url(images/grippie.png) no-repeat scroll center 2px;
border: 1px solid #111;
cursor:s-resize;
height: 9px;
overflow:hidden;
text-align: center;
margin: 0 0 0 4px;
padding: 0 0 0 4px;
}
.resizable-textarea textarea {
margin-bottom:0;
padding-bottom: 0;
min-height:300px;
overflow:hidden;
height:expression(this.scrollHeight < 300? "300px" : "auto");
max-height: 800px;
overflow:hidden;
height:expression(this.scrollHeight > 800? "800px" : "auto");
}

textarea {
  overflow: auto!important;
}

#page_content {
    background: #161616;
}

