﻿div.editor {}

div.editor div.buttons
{
    overflow: auto;
    margin-bottom: 5px;
}

div.editor a.button
{
    font-size: 9px;
    color: #000;
    display: block;
    float: left;
    padding: 1px 4px;
    margin: 0 3px 3px 0;
    border: 1px solid #999;
    text-align: center;
    background: #fff;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

div.editor a.button:hover
{
    background: #eee;
}

div.editor textarea
{
    width: 99%;
    margin-bottom: 5px;
    height: 200px;
    background: #fff;
    font-family: "Lucida Grande", Verdana;
    font-size: 11px;
    border: 1px solid #999;
    padding: 3px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;       
}