/*

.ux-notification-icon-information {
	background-image: url('../../../../../imagenes/iconos/16x16/about.gif');
}

.ux-notification-icon-error {
	background-image: url('../../../../../imagenes/iconos/16x16/delete2.gif');
}

.ux-notification-window .x-window-body {
	text-align: center;
	padding: 5px 5px 5px 5px;
	width: 300px;
}

.ux-notification-light .x-window-header {
	background-color: transparent;
	color: #E39A1B;
}

body .ux-notification-light {
	background-color: #ffdd94;
	border-color: #E39A1B;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	z-index: 99999999 !important;
}

.ux-notification-light .x-window-body {
	text-align: center;
	padding: 5px 10px 5px 10px;

	background-color: transparent;
	border: 0px solid white;
}

*/

.msg .x-box-mc {
    font-size:14px;
}
#msg-div {
    position:absolute;
    left:35%;
    top:10px;
    width:300px;
    z-index: 99999999 !important;
}
#msg-div .msg {
    border-radius: 8px;
    -moz-border-radius: 8px;
    background: #ffdd94;
    border: 2px solid #ccc;
    margin-top: 2px;
    padding: 10px 15px;
    color: #555;
    border-color: #E39A1B;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    z-index: 999999999 !important;
}
#msg-div .msg h3 {
    margin: 0 0 8px;
    font-weight: bold;
    font-size: 15px;
}
#msg-div .msg p {
    margin: 0;
}