@charset "utf-8";
#DialogBackground {
	background-color:#dbebee;
	height:100%;
	left:0;
	opacity:0.3;
	position:absolute;
	top:0;
	width:100%;
	z-index:500;
}

#DialogPreLoading {
	opacity:0.45;
	position:absolute;
	top:135px;
	width:100%;
	z-index:750;
}

#DialogBox {	
	position:absolute;
	text-align:left;	
	width:350px;
	height:100px;
	z-index:1000;
	line-height:140%;
}

.dialogBoxBorder_2 {
	background:#FFFFFF none repeat scroll 0 0;
	border-color:#D7D7D7 #CDCDCD #CDCDCD #D7D7D7;
	border-style:solid;
	border-width:1px;
	width:auto;
}

#DialogCenter a {
	border-color:#11A3D1;
	border-style:solid;
	border-width:0 0 1px;
	color:#11A3D1;
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
}

#DialogCenter a:hover {
	border-color:#83B335;
	border-style:solid;
	border-width:0 0 1px;
	color:#006F93;
}

#DialogCenter table {
	width:100%;
}

#DialogCenter .DialogMessage {
	text-align:center;
	font-size:13px;
	color:#fff;
}

#DialogButtonsCenter {
	padding-top:15px;
	text-align:center;
}

#DialogButtonsRight {
	padding-top:15px;
	text-align:right;
}