.toast-container {
	width: 540px;
	z-index: 9999;
}


* html .toast-container {
	position: absolute;		
}

.toast-item{
	margin: 0 0 12px 0;
}

.toast-item .inner {
	height: auto;
	background: #e7e7e7;
	color: #eee;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 6px;
	font-size: 14px;
	border: 2px solid #fff;
	border-top:0px;
	border-bottom:0px;
	display: block;
	position: relative;
    text-align: left;
	color: #000;
	-webkit-box-shadow: 0px 0px 21px #666;
	box-shadow: 0px 0px 21px #666;
	-moz-box-shadow: 0px 0px 21px #666;
	/*
	-webkit-box-shadow: 0px 0px 21px #666;
	box-shadow: 0px 0px 21px #666;
	-moz-box-shadow: 0px 0px 21px #666;
	*/
}

.toast-item b{
	font-size:18px;
	font-weight:normal;
	padding-bottom:3px;
	
}
.toast-item p {
    text-align: left;
    margin-left: 10px;
}

.toast-item-close {
    background: url('/common/js/modified/toastmessage/loginbox_close.gif');
    width:12px;
    height:12px;
    position: absolute;
    top:6px;
    right:12px;
cursor: pointer;
}

.toast-item-image {
    width:24px;
    height: 28px;
    margin-right:5px;
    margin-left:5px;
    float:left;
}

.toast-item-image.notice{background:url('/common/js/modified/toastmessage/floatbox_success.gif');}
.toast-item-image.summary{background:url('/common/js/modified/toastmessage/img/floatbox_summary.gif');}

.logincrn{position:relative;width:100%;height:9px;z-index:888;}
.logincrn.top .left{background-position:-9px 0px;}
.logincrn.top .right{background-position:0px 0px;}
.logincrn.bottom .left{background-position:-9px -9px;}
.logincrn.bottom .right{background-position:0px -9px;}
.logincrn .left{width:auto;margin-right:9px;height:100%;font-size:1px;line-height:1px;background:url('/common/js/modified/toastmessage/loginbox_crn.png') -9px 0px repeat-x;}
.logincrn .right{width:9px;height:9px;position:absolute;right:0px;top:0px;line-height:1px;font-size:1px;background:url('/common/js/modified/toastmessage/loginbox_crn.png') 0px 0px no-repeat;}

/** 
 * positions 
 * 
 * pattern: toast-position-[value]
 * where 'value' is the real value of the plugin option 'position'
 * 
 */
.toast-position-top-right {
    position: fixed;
    top: 20px;
    right: 20px;
}

.toast-position-center {
    position: absolute;
    left: 50%;
    margin-left: -270px;
    margin-top: -40px;
    top: 50%;
}

.toast-position-middle-bottom {
    position: absolute;
    left: 50%;
    margin-left: -270px;
    margin-top: -40px;
    top: 75%;
}
