.srtf{
    border: solid 1px #ddd;
}
.srtf textarea{
    display: none;
}
.srtf-editor{
    padding: 4Px;
    overflow: auto;
}
.srtf .srtf-editor:focus{
    outline: none;
}
.srtf-tools{
    height: 30px;
    background: #eee;
}
.srtf-tools a.srtf-btn, span.srtf-pipe{
    display: block;
    float:left;
    margin: 4px;
    height: 22px;
    line-height: 22px;
    text-indent: -9999px;
}
.srtf-tools a.srtf-btn{

    background: #ccc url(img/text_bold.png) center no-repeat;

    text-align: center;
    width: 22px;
    overflow: hidden;
    cursor:not-allowed;
}
.srtf-tools.selected a.srtf-btn{
    cursor: pointer;
}
.srtf-tools a.srtf-btn:hover{
    outline: solid 1px #06C;
}

.srtf-tools a.srtf-btn-italic{
    background-image:url(img/text_italic.png)
}

.srtf-tools a.srtf-btn-underline{
    background-image:url(img/text_underline.png)
}
.srtf-tools a.srtf-btn-ul{
    background-image:url(img/text_list_bullets.png)
}
.srtf-tools a.srtf-btn-ol{
    background-image:url(img/text_list_numbers.png)
}
.srtf-tools span.srtf-pipe{


    height: 22px;

    border-left: solid 1px #ccc;
}


.srtf-editor b, .srtf-editor strong{
    font-weight: bold;
}
.srtf-editor i,.srtf-editor em{
    font-style: italic;
}
.srtf-editor u{
    text-decoration: underline;
}
.srtf-editor ul, .srtf-editor ol, .srtf-editor p{
    margin-bottom: 1em;
    line-height: 1.4em;
}
.srtf-editor ul,.srtf-editor ol{
    border: dashed 2px #ccc;
    padding: 4px;
}
.srtf-editor ul{
    list-style: disc;

}
.srtf-editor ol{
    list-style-type: decimal;


}
.srtf-editor li{
    margin-left: 20px;
}