/*----------------------------------------
    * IE-Fix
----------------------------------------*/
.jquery-notes-container .notes .note .border .bg,
.jquery-notes-container .notes .offFocus,
.jquery-notes-container .notes .offFocus .border {
    filter:alpha(opacity=10);
}
.jquery-notes-container .notes .offFocus .border {
    outline:1px solid #555;
}
.jquery-notes-container .notes .offFocus .border .bg {
    filter:alpha(opacity=3);
}
.jquery-notes-container .notes .text,
.jquery-notes-container .notes .note .text-box button {
    filter:alpha(opacity=90);
}
