.body-panel-top {
	list-style:none;
	margin-bottom:15px;
}

.body-panel-top .top-left-corner-top,
.body-panel-top .top-right-corner-top,
.body-panel-top .bottom-left-corner-top,
.body-panel-top .bottom-right-corner-top {
    height: 21px;
    font-size: 2px;
}

.body-panel-top .top-left-corner-top,
.body-panel-top .bottom-left-corner-top {
    margin-right: 21px;
}

.body-panel-top .top-right-corner-top,
.body-panel-top .bottom-right-corner-top {
    margin-left: 21px;
    margin-top: -21px;
}

.body-panel-top .top-right-corner-top {
    background-position: 100% 0;
}

.body-panel-top .bottom-left-corner-top {
    background-position: 0 -21px;
}

.body-panel-top .bottom-right-corner-top {
    background-position: 100% -21px;
}

.body-panel-top .inside-top {
    padding: 3px 10px 0 10px;
}

.body-panel-top .msgCloseIcon-top {
	float:right;
	width:28px;
	height:28px;
	background:url(../../img/message/closeButton.gif) no-repeat;
	cursor:pointer;
}
.body-panel-top .msgBody-top {
	margin:0 38px 0 44px;
	min-height:33px;
	height: expression( this.scrollHeight < 34 ? "33px" : "auto" ); /* sets min-height for IE 6 */
}

.ERROR .top-left-corner-top,
.ERROR .top-right-corner-top,
.ERROR .bottom-left-corner-top,
.ERROR .bottom-right-corner-top {
    background-image: url( ../../img/message/corners1280x42ErrorMessage.gif );
}

.ERROR .inside-top {
    border-left: 1px solid #F36032;
    border-right: 1px solid #F36032;
}

.ERROR .msgInformIcon-top {
    float:left;
	width:34px;
	height:32px;
	background:url(../../img/message/msgErrorIcon.gif) no-repeat;
}

.INFO .top-left-corner-top,
.INFO .top-right-corner-top,
.INFO .bottom-left-corner-top,
.INFO .bottom-right-corner-top {
    background-image: url( ../../img/message/corners1280x42Message.gif );
}

.INFO .inside-top {
    border-left: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
}

.INFO .msgInformIcon-top {
    float:left;
	width:34px;
	height:32px;
	background:url(../../img/message/msgInformationIcon.jpg) no-repeat;
}

.MARKETING .top-left-corner-top,
.MARKETING .top-right-corner-top,
.MARKETING .bottom-left-corner-top,
.MARKETING .bottom-right-corner-top {
    background-image: url( ../../img/message/corners1280x42Message.gif );
}

.MARKETING .inside-top {
    border-left: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
}

.WARNING .top-left-corner-top,
.WARNING .top-right-corner-top,
.WARNING .bottom-left-corner-top,
.WARNING .bottom-right-corner-top {
    background-image: url( ../../img/message/corners1280x42Message.gif );
}

.WARNING .inside-top {
    border-left: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
}

.WARNING .msgInformIcon-top {
	float:left;
	width:34px;
	height:31px;
	background:url(../../img/message/msgWarningIcon.jpg) no-repeat;
}
