.alertLinkMessage{
	position:fixed;width:600px;height:185px;z-index:100;border:1px solid #ccc;padding-bottom: 25px;top:50%;margin-top:-160px;border-radius:10px;box-shadow:0px 1px 1px #999;background: #eee;left:50%;margin-left: -300px;
}
.alertLinkTitle{
	background: #fff;padding:10px 30px;border-radius:10px 10px 0px 0px;font-size:17px;font-weight:700;text-align: center;
}

.alertLinkUrl{
	text-align: center;padding: 10px 60px 0px 60px;width:480px;font-family: 微軟正黑體;overflow: hidden;text-overflow: ellipsis;
}

.alertLinkText{
	padding:10px 60px 10px 60px;font-size:15px;font-weight:500;text-align: justify;
}

.alertLinkButton{
	cursor:pointer;background:#aaa;min-width:100px;margin-right: 2px;padding: 10px 20px;color:#fff;border-radius:50px;border:none;font-weight:700;
}

.alertLinkButton:active{
	transform:scale(0.95);
}

.-alertLinkButtonYes{
	color:#fff;background:#ed1b2e;
}