.errormsg, .successmsg, .infomsg, .noticemsg
{
	border-left: 5px solid #b2f87a;
	border-top: 2px solid #f6bbff;
	margin-bottom: 10px;
	padding: 10px 10px 10px 40px;
}

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

.errormsg a
{
	color: #8a1f11;
}

.errormsg ul
{
	list-style: none;
}

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

.successmsg a
{
	color: #264409;
}

.infomsg
{
	background: #fff;
	color: #205791;
}

.infomsg a
{
	color: #205791;
}

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

.noticemsg a
{
	color: #514721;
}

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

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

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

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

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