/* ----------------------- */
div#dialog {
	position:relative;
	margin:0 auto;
	z-index:250;
	top:0px;
	left:0px;
	overflow:hidden;
	display:none;
}
div.dialogCover {
	width:720px;
	height:720px;
	position:absolute;
	z-index:180;
	top:0px;
	left:0px;
	display:none;
}
div.dialogWindow {
	background-color:white;
	position:absolute;
	position:relative;
	border:1px solid black;
	text-align:center;
	width:350px;
	height:160px;
	top:240px;
	left:185px;
	font-size:24px;
	line-height:30px;
	padding-top:40px;
}
div.dialogYes {
	width:120px;
	height:40px;
	border:1px solid black;
	float:left;
	margin-top:40px;
	margin-left:40px;
	line-height:40px;
}
div.dialogNo {
	width:120px;
	height:40px;
	border:1px solid black;
	float:left;
	margin-top:40px;
	margin-left:20px;
	line-height:40px;
}
div.dialogDecide {
	border:1px solid black;
	position:absolute;
/*
	width:120px;
	height:40px;
	line-height:40px;
	left:115px;
	bottom:20px;
*/
}
input.dialogText {
	width:160px;
	height:20px;
	margin-top:20px;
	text-align:center;
	font-size:18px;
}
