.ok {
    color:              #000000;
	background-color:	#E4F8CB;
}
h1.ok,
div.ok {
    margin:             0.5em 0 0.5em 0;
    border:             0.1em solid #006600;
	background-image:	url(s_okay.png);
    background-repeat:  no-repeat;
    background-position:10px 50%;
    padding:            10px 10px 10px 36px;
}
.ok h1 {
    border-bottom:      0.1em solid #FFD700;
    font-weight:        bold;
    text-align:         left;
    margin:             0 0 0.2em 0;
}
.error {
    background-color:   #FFFFCC;
    color:              #ff0000;
}

h1.error,
div.error {
    margin:             0.5em 0 0.5em 0;
    border:             0.1em solid #ff0000;
    background-image:   url(s_error.png);
    background-repeat:  no-repeat;
    background-position: 10px 50%;
    padding:            10px 10px 10px 36px;
            }
div.error h1 {
    border-bottom:      0.1em solid #ff0000;
    font-weight:        bold;
    text-align:         left;
    margin:             0 0 0.2em 0;
}
.notice {
    color:              #000000;
    background-color:   #FFFFDD;
}
h1.notice,
div.notice {
    margin:             0.5em 0 0.5em 0;
    border:             0.1em solid #FFD700;
	background-image:	url(s_notice.png);
    background-repeat:  no-repeat;
    background-position:10px 50%;
    padding:            10px 10px 10px 36px;
}
.notice h1 {
    border-bottom:      0.1em solid #FFD700;
    font-weight:        bold;
    text-align:         left;
    margin:             0 0 0.2em 0;
}

.privileges {
    color:              #000000;
    background-color:   #FFFFDD;
}
h1.privileges,
div.privileges {
    margin:             0 0 0.5em 0;
    border:             0.1em solid #FFD700;
	background-image:	url(s_rights.png);
    background-repeat:  no-repeat;
    background-position:10px 50%;
    padding:            10px 10px 10px 36px;
}
.privileges h1 {
    border-bottom:      0.1em solid #FFD700;
    font-weight:        bold;
    text-align:         left;
    margin:             0 0 0.2em 0;
}