.mbox { padding-left:13px; padding-right:13px; }
.mbox ul {  }
.mbox ul, .mbox li { list-style: none; padding:0px; margin:0px; }
.mbox li { border: 1px #777777 solid; margin-bottom:5px; }

.mbox .notice, .mbox .warning, .mbox .error {
	display:block;
	text-align: left;
    padding: 7px 20px 7px 45px;
}
.mbox .notice {
    background: url(../img/ico/information.png) center no-repeat;
}

.mbox .warning {
    color: #425F80;
    border-color: #425F80;
	background: url(../img/ico/error.png) center no-repeat;
}

.mbox .error {
	color: #A60E0D;
	border-color: #A60E0D;
    background: url(../img/ico/exclamation.png) center no-repeat;
}

.mbox .notice, .mbox .warning, .mbox .error {
    background-position: 15px 50%; /* x-pos y-pos */
}