.bb-form-mask{
	background:gray;
	opacity:0.6;
	width:100%;
	height:100%;
	z-index:999;
	position:fixed;
	top:0;
}
.bb-form-dialog{
	box-shadow:0px 0px 10px #666;
	background:#489cdf;
	z-index:1000;
	border-radius:10px;
	position:fixed;
	padding:0px;
}
.bb-form-alert{
	z-index:1000;
	position:fixed;
	padding:0px;
}
.bb-form-dialog .btn-close{
	float:right;
	width:24px;
	padding:15px;
	cursor:pointer;
	transition:transform 0.5s;
}
.bb-form-dialog .dialog-logo{
	width:100px;
	float:left;
	margin:10px;
	margin-right:80px;
}
.bb-form-container {
	width:100%;
	height:300px;
	font-weight:400;
	font-size:14px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	background:white;
}
.bb-form-container iframe{
	width:100%;
	height:100%;
	margin-top:-3px;
}
.bb-form-title{
	color:white;
	font-weight:400;
	font-size:20px;
	padding-left:20px;
	height:24px;
}
.bb-alert-title{
	border-bottom: 1px solid #000;
	font-size: 25px;
	text-align: center;
	color:rgb(239, 89, 47);
	padding: 20px;
	font-weight: 600;
}
.bb-alert-con{
	margin-left:70px;
	font-size: 14px; 
}
.bb-alert-button{
	font-family: 微軟正黑體; 
	display:inline-block;
	font-size: 16px; 
	padding:9px 30px; 
	border-width: 1px;
	border-style:solid;
	border-color:rgb(239, 89, 47);
	background:rgb(239, 89, 47);
	margin:50px 50px; 
	color:#fff;
	border-radius: 10px;
}
.bb-alert-button:hover{
	background: #fff;
	color:rgb(239, 89, 47);
}
.bb-disabled-button{
	font-family: 微軟正黑體; 
	display:inline-block;
	font-size: 16px; 
	padding:9px 30px; 
	border-width: 1px;
	border-style:solid;
	border-color:#8B8484;
	background:#8B8484;
	margin:50px 50px; 
	color:#fff;
	border-radius: 10px;
}

