.ippMensagem .msg-btn-close {
	cursor: pointer !important;
	text-decoration: none!important;
    color: inherit!important;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    opacity: .4;
}

.ippMensagem .msg-btn-close:hover {
    opacity: 1 !important;
}

.ippMensagem .msg-btn-close:before {
	position: absolute;
    right: 10px;
    top: 8px;
    display: block;
    font-family: apps-icons;
    font-weight: 400;
    speak: none;
    content: "\e845";
    font-size: 1em;
}

.ico-success:before{content:"\2714"}
.ico-error:before{content:"\2B59"}
.ico-notification:before{content:"\1F59D"}
