.toast-container { width: 450px; z-index: 9999; }
* html .toast-container { position: absolute; }
.toast-item { background: #333; background-position: top; border: 2px solid #999; color: #eee; display: block; font-family: lucida Grande; font-size: 14px; height: auto; margin: 0 0 12px 0; moz-border-radius: 10px; opacity: 0.9; padding-bottom: 20px; padding-left: 6px; padding-right: 6px; padding-top: 20px; position: relative; vertical-align: top; webkit-border-radius: 10px; }
.toast-item p { background-position: top; font-family: verdana,arial,tahoma,helvetica; font-size: 14px; margin-left: 50px; text-align: left; vertical-align: top; }
.toast-item-close { background: url(../imagenes/close.gif); background-position: top; height: 22px; position: absolute; right: 7px; top: 7px; vertical-align: top; width: 22px; }
.toast-item-image { height: 32px; left: 10px; margin-top: 16px; position: absolute; vertical-align: top; width: 32px; }
.toast-item-image-notice { background: url(../imagenes/notice.png); background-position: top; vertical-align: top; }
.toast-item-image-success { background: url(../imagenes/success.png); background-position: top; vertical-align: top; }
.toast-item-image-warning { background: url(../imagenes/warning.png); background-position: top; vertical-align: top; }
.toast-item-image-error { background: url(../imagenes/error.png); background-position: top; vertical-align: top; }
.toast-container ul { margin-left: 16px; padding: 0px; }
.toast-type-notice { color: white; }
.toast-type-success { background-position: top; color: white; vertical-align: top; }
.toast-type-warning { background-position: top; border-color: #FCBD57; color: white; vertical-align: top; }
.toast-type-error { background-position: top; border-color: #B32B2B; color: white; vertical-align: top; }
.toast-position-top-left { left: 20px; position: fixed; top: 20px; }
.toast-position-top-center { left: 50%; margin-left: -140px; position: fixed; top: 20px; }
.toast-position-top-right { position: fixed; right: 50%; top: 20px; }
.toast-position-middle-left { left: 20px; margin-top: -40px; position: fixed; top: 50%; }
.toast-position-middle-center { left: 50%; margin-left: -140px; margin-top: -40px; position: fixed; top: 20%; }
.toast-position-middle-right { margin-left: -140px; margin-top: -40px; position: fixed; right: 20px; top: 50%; }