.dialog {
	margin 			: 0px;
	padding			: 0px;
	border			: none;
	display			: none;
	position		: absolute;
	z-index			: 9998;
	background-color: #ffffff;
	overflow		: auto;
}

.dialog_back {
	display			: none;
	position		: absolute;
	top				: 0;
	left			: 0;
	z-index			: 1000;
	width			: 10px;
	height			: 10px;
	background-color: #454560;
	filter			: alpha(opacity=60);	/* IE 用 */
	-moz-opacity	: 0.6;					/* Firefox, Netscape 用 */
	opacity			: .60;					/* Opera, Safari 用 */
}

/* 読み取り専用項目のスタイル定義[テキストボックス項目用] */
.ReadOnlyStyle
{
	border : none;
	background-color : #E0E0E0;
}

