.toast-container {
	Z-INDEX: 9999; WIDTH: 280px
}
* HTML .toast-container {
	POSITION: absolute
}
.toast-item {
	BORDER-BOTTOM: #999 2px solid; POSITION: relative; BORDER-LEFT: #999 2px solid; PADDING-BOTTOM: 10px; MARGIN: 0px 0px 12px; PADDING-LEFT: 6px; PADDING-RIGHT: 6px; DISPLAY: block; FONT-FAMILY: verdana, arial, helvetica, sans-serif; BACKGROUND: #333; HEIGHT: auto; COLOR: #eee; FONT-SIZE: 14px; BORDER-TOP: #999 2px solid; BORDER-RIGHT: #999 2px solid; PADDING-TOP: 10px; opacity: 0.9; -moz-border-radius: 10px; -webkit-border-radius: 10px
}
.toast-item P {
	TEXT-ALIGN: left; MARGIN-LEFT: 50px
}
.toast-item-close {
	POSITION: absolute; WIDTH: 22px; BACKGROUND: url(../images/close.gif); HEIGHT: 22px; TOP: 7px; RIGHT: 7px
}
.toast-item-image {
	MARGIN-TOP: 10px; WIDTH: 32px; FLOAT: left; HEIGHT: 32px; MARGIN-LEFT: 10px; MARGIN-RIGHT: 10px
}
.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: white
}
.toast-type-success {
	COLOR: white
}
.toast-type-warning {
	BORDER-BOTTOM-COLOR: #fcbd57; BORDER-TOP-COLOR: #fcbd57; COLOR: white; BORDER-RIGHT-COLOR: #fcbd57; BORDER-LEFT-COLOR: #fcbd57
}
.toast-type-error {
	BORDER-BOTTOM-COLOR: #b32b2b; BORDER-TOP-COLOR: #b32b2b; COLOR: white; BORDER-RIGHT-COLOR: #b32b2b; BORDER-LEFT-COLOR: #b32b2b
}
.toast-position-top-right {
	POSITION: fixed; TOP: 20px; RIGHT: 20px
}
.toast-position-bottom-right {
	POSITION: fixed; BOTTOM: 20px; RIGHT: 20px
}
.toast-position-center {
	POSITION: absolute; MARGIN-TOP: -40px; MARGIN-LEFT: -140px; TOP: 50%; LEFT: 50%
}
.toast-position-middle-bottom {
	POSITION: absolute; MARGIN-TOP: -40px; MARGIN-LEFT: -140px; TOP: 75%; LEFT: 50%
}
