@charset "utf-8";
#canteen-popup-mask{
	position:fixed; 
	top:0; 
	left:0; 
	z-index:100; 
	width:100%; 
	height:100%;
	background-color: #000;
	opacity: .2;
	filter: alpha(opacity = 20);
}

.canteen-alert {
	margin-left:460px;
	position: fixed;
	z-index: 3150;
	opacity: 1;
	min-width: 300px;
	background: #fff;
	border: 1px solid #888;
	border-radius: 4px;
	box-shadow: 0 1px 10px rgba(0,0,0,.5);
	-webkit-transition: opacity 1.5s ease;
	-moz-transition: opacity 1.5s ease;
	transition: opacity 1.5s ease;
}

.canteen-alert-title {background: #F1F1F1; border-radius: 4px; cursor: default;}
.canteen-alert-title p{
	padding-left: 15px;
	line-height: 2;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
}
.canteen-alert-close{	
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	line-height: 1;
	color: #666;
	font-size: 18px;
	font-family: \5B8B\4F53;
}
.canteen-alert-close:hover {text-decoration: none; }
.canteen-alert-close:hover b{font-weight: 700;}
.canteen-alert-content{padding:15px 25px; overflow: hidden;}
.canteen-alert-msg {padding: 25px 20px 15px; }
.canteen-alert-txt{font-size: 14px; display: inline-block; vertical-align: middle; }
.canteen-alert-txt p{max-width: 300px;  }
.canteen-alert-ico{display: inline-block;}
.canteen-alert-ico>b{
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	vertical-align: middle;
	background: url(../img/alert-sprite.png) no-repeat top left;
}
.canteen-alert-ico>.succ{ background-position: 0 0; } 
.canteen-alert-ico>.error{ background-position: 0 -67px; } 
.canteen-alert-ico>.warn{ background-position: 0 -134px; } 
.canteen-alert-ico>.confirm{ background-position: 0 -202px; } 
.canteen-alert-ico>.info{ background-position: 0 -270px; } 
.canteen-alert-btn{padding: 0 10px 8px; text-align: right;}
.canteen-alert-btn>.canteen-btn{padding: .2em 1em .25em;}
.canteen-alert-btn>.canteen-btn:first-child{margin-right: 5px;}


