/* Used for the modal display */
/* Not needed if fileWarning and linkWarning are set to false */

.modalBG {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #000;
	opacity: .8;
	z-index: 102;
}

.modal-dialog {
	background-color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 20px 0 #222;
	-webkit-box-shadow: 0 0 20px 0 #222;
	-moz-box-shadow: 0 0 20px 0 #222;
	display: none;
	left: 50%;
	margin: -200px 0 0 -280px;
	padding: 10px;
	position: fixed;
	top: 50%;
	z-index: 1000;
}

.exLinkBtnList {
	width:292px;
	height:41px;
	margin:0 auto;
	padding:0;
}

.exLinkButton {
	width:136px;
	height:41px;
	float:left;
	cursor:pointer;
}

.exLinkContinue {
	background:url(../images/seihin/btn_yes.gif) no-repeat;
	margin-right:20px;
}

.exLinkCancel {
	background:url(../images/seihin/btn_no.gif) no-repeat;
}

.exLinkContinue span,
.exLinkCancel span {
	display:none;
}

.linkWarningTitle {
	font-size:18px;
	line-height:1;
	text-align:center;
	font-weight:bold;
	margin:40px 0 25px;
}

.linkWarningBody {
	font-size:18px;
	line-height:1.5;
	text-align:center;
	margin:0 0 25px;
}

.linkUrl {
	font-size:14px;
	line-height:1.5;
	text-align:center;
	margin:0 0 40px;
}
