.w8n-container {                
    padding: 0; 
    margin: 0; 
    display: block;
    position: fixed; 
}

.top { /*top: 10px;*/ bottom: 0px; }
.right { right: 0px; }

.w8n-box { 
    width: 435px; 
    min-height: 50px; 
    position: relative;
    display: none;
    overflow: hidden;     
    background-color: #47a3da;
    color: #FFF;
    margin-bottom: 15px;                
    padding-left: 18px;    
    float: right;
    clear: right; 
    font-family: 'Segoe UI', Tahoma, Helvetica, sans-serif;
    padding: 5px 15px 8px;
}

.successColor {
	background-color: #0090d9;
}
.errorColor {
	background-color: #f35958;
}
.infoColor {
	background-color: #0aa699;
}

.w8n-box .title {
    font-size: 20px;
    padding-bottom: 1px;
    text-transform: uppercase;
}

.w8n-box .message {
    font-size: 14px;
    /*padding-bottom: 6px;*/
}