div.abe-text textarea {
    
    height: 120px;

}
a.abe-del-block{
    display: block;
    width: 30px;
    height:30px;
    line-height:30px;
    text-align: center;
    float: right;
    background: #C06;
    color: #222;
    text-decoration: none;
    margin-top: -20px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 15px;
}
div.abe-tools{
    background: #eee;
    
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 10px;
    border-radius: 4px;
}
div.abe-tools a{
   display: block;
    width: 30px;
    height:30px;
    line-height:30px;
    background: #ccc none center no-repeat;
    float: left;
    margin: 4px;
    border-radius: 2px;
    overflow: hidden;
    text-indent: -9999px;
}
div.abe-tools a:hover{
    outline: solid 1px #06C;
}
div.abe-tools a.abe-button-title{
    background-image: url(img/text_heading_1.png);
}
div.abe-tools a.abe-button-text{
    background-image: url(img/text_dropcaps.png);
}

div.abe-tools a.abe-button-images{
    background-image: url(img/pictures.png);
}
div.abe-tools a.abe-button-img-text{
      background-image: url(img/text_image.png);
}
div.abe-block{
    border: solid 1px #eee;
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
}

div.abe-blocks .placeholder{
    background: #eee;
    border: dashed 4px #ddd;
    margin-bottom: 10px;
}