/* miniNotification jQuery plugin */ .notification { display: none; position: fixed; cursor: pointer; width: 50%; font: bold 14px verdana; text-align: center; z-index:9999; margin-left: 25%; padding:5px; color: #333; } .error{ color: #a20510; } .success{ color: #2f7c00; } .notification .inner { position: relative; width: 100%; margin: 0 auto; } .notification .close { position: absolute; color: #000; top: 10px; right: 0; } .button_area { width: 11px; height: 10px; margin-top: 10px;float: right; margin-right:15px } .success .button_area { background: url('../css/images/succ_close.png') 0 0 no-repeat; cursor: pointer; } .error .button_area { background: url('../css/images/succ_close.png') 0 0 no-repeat; cursor: pointer; } .info_text{ float:left; margin-left:20px; margin-top:5px; color:#fff; max-width:80%; }