.toast-container{width:280px;z-index:9999;}
* html .toast-container
{
    position: absolute;
    
}
.toast-item{
            position: absolute;
left: -80px;
top: -1px;
width: 362px;
height: 166px;
            }
.toast-item p{text-align:left;margin-left:10px;}
.toast-item-close{background:url(../images/closeButton.png);width:22px;height:22px;position:absolute;top:14px;right:7px;}
/*.toast-item-image{width:32px;height:32px;margin-left:10px;margin-top:10px;margin-right:10px;float:left;}*/
.toast-item-image-notice{}
.toast-item-image-success{}
.toast-item-image-warning{}
.toast-item-image-error{}
.toast-type-notice{color:black;}
.toast-type-success {
    color:black;
}
.toast-type-warning{color:white;border-color:#FCBD57;}
.toast-type-error{color:white;border-color:#B32B2B;}
.toast-position-top-left{position:fixed;left:20px;top:20px;}
.toast-position-top-center{position:fixed;top:20px;left:50%;margin-left:-140px;}
.toast-position-top-right{position:fixed;top:20px;right:20px;}
.toast-position-middle-left{position:fixed;left:20px;top:50%;margin-top:-40px;}
.toast-position-middle-center{position:fixed;left:50%;margin-left:-140px;margin-top:-40px;top:50%;}
.toast-position-middle-right{position:fixed;right:20px;margin-left:-140px;margin-top:-40px;top:50%;}
.toast-item-title
{
    font-family: 'Arial', 'Metric';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    text-align: left;
    line-height: normal;
    width: 97%;
    overflow:hidden;
    background-color: white;
}

.toast-item-title-padding
{
    margin: 18px 18px 18px -2px;
}

.toast-item-notification-icon {

}
.toast-item-head {

    width: 360px;
    background:url(../images/ToasterBackground_Header.png);
    display:block;
    height:50px;
    overflow: hidden;
    background-repeat: no-repeat;
    
}
.toast-item-foot {
    width: 356px;
    background:url(../images/ToasterBackground_Footer.png);
     display:block;
    height:25px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.toast-item-content {

    background-color: white;
    width: 341px;
    left: 10px;
    padding-left: 15px;
    margin-top: -13px;
    background:url(../images/ToasterBackground_Slice.png);
}

.containerA {

    
    height: 135px;
    width: 352px;
    left: 10px;
    padding-left: 15px;
    margin-top: -10px;
    background:url(../images/ToasterActionsBackground.png);
    background-repeat: no-repeat;
}

.toast-item-close-pending {
    
    background: url(../images/closeButton.png);
width: 22px;
height: 22px;
position: absolute;
right: 6px;
    margin-top: -7px;
}

.toast-item-close-pending-notification {
    
    background: url(../images/closeButton.png);
width: 22px;
height: 22px;
position: absolute;
right: 6px;
    top: 3px;
}
.toast-title-note {
    
 font-family: 'Arial', 'Metric';
font-weight: 700;
font-style: normal;
font-size: 14px;
text-align: left;
line-height: normal;
width: 97%;
overflow: hidden;
left: 30px;
top: 5px;
position: absolute;
color: white;

}

.toast-title-pending {
    
        
 font-family: 'Arial', 'Metric';
font-weight: 700;
font-style: normal;
font-size: 14px;
text-align: left;
line-height: normal;
width: 97%;
overflow: hidden;
left: 30px;
top: 15px;
position: relative;
color: white;

}
.notification-container {
    position: absolute;
    z-index: 10000;
    right: 0px;
}

.overlayb 
{
    margin: 0px;
    position: absolute;
    z-index: 9999;
    min-height: 112pc;
    width: 119pc;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.75);
}