.errormsg,
.successmsg,
.infomsg,
.noticemsg {
    padding: 10px 10px 10px 40px;
    border: 1px solid #dddddd;
    border-left-width: 5px;
    margin-bottom: 10px;
}

.errormsg {
    border-color: #fbc2c4;
    color: #8a1f11;
    background: #ffff02 url(../images/error.png) no-repeat;
}

.errormsg a {
    color: #8a1f11;
}

.errormsg ul {
    list-style: none;
}

.successmsg {
    border-color: #c6d880;
    color: #264409;
    background: #e6efc2 url(../images/success.png) no-repeat;
}

.successmsg a {
    color: #264409;
}

.infomsg {
    border-color: #ffd022;
    color: #666666;
    background: #ffdd00 url(../images/info.png) no-repeat;
}

.infomsg a {
    color: #205791;
}

.noticemsg {
    border-color: #ffd324;
    color: #514721;
    background: #fff6bf url(../images/notice.png) no-repeat;
}

.noticemsg a {
    color: #514721;
}

ul#structure-overview {
    margin-top: 7px;
    margin-bottom: 5px;
    list-style: none outside none;
}

#structure-overview li.first {
    margin-left: 0;
}

#structure-overview li {
    float: left;
    position: relative;
    width: 140px;
    margin-left: 10px;
}

#structure-info {
    display: block;
    height: 110px;
}

#optionflag-info {
    display: block;
    height: 215px;
}