/* OpenID icon style */
input.system-openid, input.com-system-openid {
    background: url("http://openid.net/login-bg.gif") no-repeat scroll 0 50% rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding-left: 18px;
}
body {
    color: rgb(0, 0, 0);
}
#system-message {
    margin-bottom: 10px;
    padding: 0;
}
#system-message dt {
    font-weight: bold;
}
#system-message dd {
    font-weight: bold;
    margin: 0;
    text-indent: 30px;
}
#system-message dd ul {
    border-bottom: 3px solid rgb(132, 167, 219);
    border-top: 3px solid rgb(132, 167, 219);
    color: rgb(0, 85, 187);
    list-style: none outside none;
    margin-bottom: 10px;
    padding: 10px;
}
#system-message dt.message {
    display: none;
}
#system-message dd.message {
}
#system-message dt.error {
    display: none;
}
#system-message dd.error ul {
    background-color: rgb(230, 192, 192);
    border-bottom: 3px solid rgb(222, 122, 123);
    border-top: 3px solid rgb(222, 122, 123);
    color: rgb(204, 0, 0);
}
#system-message dt.notice {
    display: none;
}
#system-message dd.notice ul {
    background: none repeat scroll 0 0 rgb(239, 231, 184);
    border-bottom: 3px solid rgb(240, 220, 126);
    border-top: 3px solid rgb(240, 220, 126);
    color: rgb(204, 0, 0);
}
