
#toaster .alert {
    text-align: center;
    font-weight: bold;
}

#toaster .alert-dismissable, #toaster .alert-dismissible {
    padding-right: 0px;
}

     
div.pageDialogBG {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2050;
	top: 0;
	left: 0;
	opacity: 0.3;
	background: #000;
	/*display: none;*/
}

div.pageDialog {
	position: fixed;
	z-index: 2051;
	top: 0;
	left: 0;
    min-width: 300px;
}
 
.u-Btn {
	color: #fff;
	text-align: center;
	font-size: 14px;
	display: box;
	display: -webkit-box;
	display: -moz-box;
}

.u-Btn .u-Btn-li {
	font-size: 18px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	text-align: center;
}

a.z-CloseBtn,a.z-DefineBtn,a.z-ShoppingBtn,a.z-cartBtn,a.z-grayBtn {
	line-height: 44px;
	text-align: center;
	display: block;
	border-radius: 3px;
}

.u-Btn .u-Btn-li a.grayBtn {
	background: #ccc;
	border: 1px solid #ccc;
	height: 35px;
}

.u-Btn .u-Btn-li a.orgBtn.grayBtn {
	height: 43px;
}

.u-Btn a.z-CloseBtn {
	color: #F60;
	font-size: 14px;
	line-height: 33px;
	border: 1px solid #DDD;
	margin-right: 10px;
	background: #fff;
}

.u-Btn a.z-DefineBtn {
	color: #fff;
	font-size: 14px;
	line-height: 33px;
	border: 1px solid #FE6D0B;
	background: #f60;
}

.u-Btn a.z-grayBtn {
	color: #bbb;
	font-size: 14px;
	line-height: 33px;
	border: 1px solid #ddd;
	background: #f7f7f7;
	cursor: default;
}

.u-tipsEject {
	background: #fff;
	border-radius: 5px;
	border: none;
}

.u-tips-txt {
	text-align: center;
	line-height: 35px;
	font-size: 14px;
    padding: 15px;
	color: #999;
	border-bottom: 1px solid #EEE;
}

/*.u-tips-txt-lh {
	line-height: 20px;
	padding: 25px 0;
}*/

.u-tipsEject .u-Btn {
	padding: 12px 20px;
}

.u-tipsEject a.z-DefineBtn {
	box-shadow: none;
}

.u-tipsEject .u-Btn a.z-CloseBtn {
	background: #fff;
	color: #f60;
	border: 1px solid #f60;
	box-shadow: none;
}
 