.toast-container{width:400px;z-index:9998;}
* html .toast-container{position:absolute;}
.toast-item{
	background:#17531E; /* 333 */
	opacity:.9;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:#eee;
	padding:5px;
	font-family:Verdana, sans-serif;
	font-size:100%;
	letter-spacing:1px;
	border:2px solid #CF2;
	position:relative;
	margin:0;
	vertical-align:middle;
	display:table;
	width:385px;
	}
.toast-item p{text-align:left;margin-left:30px;overflow-y:auto;max-height:220px;margin-right:15px;margin-top:6px;margin-bottom:6px;width:320px;}
.toast-item-close{background:url(images/close.gif);width:22px;height:22px;position:absolute;top:10px;right:13px;}
/*.toast-item-image{width:32px;height:32px;margin-left:5px;margin-top:10px;margin-right:5px;float:left;border:1px solid yellow;}*/
.toast-item-image-notice{background:url(images/notice.png);}
.toast-item-image-success{background:url(images/success.png);}
.toast-item-image-warning{background:url(images/warning.png);}
.toast-item-image-error{background:url(images/error.png);}
.toast-type-notice{color:#FFF;}
.toast-type-success{color:#FFF;}
.toast-type-warning{color:#FFF;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:-210px;margin-top:-40px;top:45%;}
.toast-position-middle-right{position:fixed;right:20px;margin-left:-150px;margin-top:-40px;top:50%;}