div.plugin-toggle {
    padding:		10px;
    border-style:	dotted;
    border-width:	1px;
}
p.plugin-show {
    cursor: s-resize;
}
p.plugin-hide { 
    cursor: n-resize;
}
