.toast-container{width:280px;z-index:99999;}
.toast-container2{width:280px;z-index:99999;}
* html .toast-container{position:absolute;}
* html .toast-container2{position:absolute;}
.toast-item{border-radius: 8px;height:auto;background: rgba(0,0,0,.3);color:#eee;padding:8px;font-family:lucida Grande;font-size:14px;display:block;position:relative;margin-bottom: 10px}
.toast-item2{border-radius: 8px;height:auto;background: rgba(0,0,0,.3);color:#eee;padding:8px;font-family:lucida Grande;font-size:14px;display:block;position:relative;margin-bottom: 10px}

.toast-item p{text-align:left;
    background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');
    -webkit-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    -moz-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #444444;
    min-height: 50px;
    font-size: 15px;
    padding-top: 8px;
}

.toast-item2 p{text-align:left;
    background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');
    -webkit-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    -moz-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #444444;
    min-height: 50px;
    font-size: 15px;
    padding-top: 8px;
}

.toast-item-close{background:url(../img/close1.gif);width:16px;height:15px;position:absolute;top:8px;right:5px;cursor: pointer;}
.toast-item-image{width:32px;height:32px;margin-left:10px;margin-top:10px;margin-right:15px;float:left;}
.toast-item-image-notice{background:url(../img/notice.png);}
.toast-item-image-success{background:url(../img/success.png);}
.toast-item-image-warning{background:url(../img/warning.png);}
.toast-item-image-error{background:url(../img/error2.png);}
.toast-type-notice{color:white;}
.toast-type-success{color:white;}
.toast-type-warning{color:white;}
.toast-type-error{color:white;}
.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:500px;margin-left:-140px;margin-top:-40px;top: 250px;}
.toast-position-middle-right{position:fixed;right:20px;margin-left:-140px;margin-top:-40px;top:50%;}
.toast-position-Alert{position:fixed;top:150px;height: 500px;right: 250px;width: 800px;}