1.plugin_note {
2  margin: 2em;
3  margin-left: auto;
4  margin-right: auto;
5  width: 70% !important;
6  min-height: 40px;
7  clear: both;
8  text-align: justify;
9  vertical-align: middle;
10  border-collapse: collapse;
11  padding: 15px 20px 15px 80px;
12  background-position: 20px 50%;
13  background-repeat: no-repeat;
14  -moz-border-radius: 20px;
15  -khtml-border-radius: 20px;
16  border-radius: 20px;
17}
18
19.noteclassic {
20  /*border: 1px solid #99D;*/
21  background-image: url(images/bw/note.png);
22}
23
24.noteimportant {
25  /*border: 1px solid #ff0;*/
26  background-image: url(images/bw/important.png);
27}
28
29.notewarning {
30  /*border: 1px solid #d99;*/
31  background-image: url(images/bw/warning.png);
32}
33
34.notetip {
35  /*border: 1px solid #9d9;*/
36  background-image: url(images/bw/tip.png);
37}
38