@charset "utf-8";
/* CSS Document */
#page_screen{
	background-color:#FFFFFF;
	filter:alpha(opacity=50);  
	opacity: 0.5;     
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	/*visibility:hidden;*/
	display:none;
	z-index:100000;
}
#dialogWindow{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:100003;
}
div.dlgBox804{
	width:804px;
	z-index:100003;
}
div.dlgBox804 div.dialogTop{
	background: url(../images/dialog_top.png) no-repeat;
	height:18px;
}
div.dlgBox804 div.dialogBottom{
	background: url(../images/dialog_bottom.png) no-repeat top left;
	height:18px;
}
div.dlgBox804 div.dialogContent{
	background: url(../images/dialog_middle.png) repeat-y;
	padding:0 20px;
}
/*****************************/
div.dlgBox402{
	width:402px;
	z-index:100003;
}
div.dlgBox402 div.dialogTop{
	background: url(../images/dialog_top_1.png) no-repeat;
	height:18px;
}
div.dlgBox402 div.dialogBottom{
	background: url(../images/dialog_bottom_1.png) no-repeat top left;
	height:18px;
}
div.dlgBox402 div.dialogContent{
	background: url(../images/dialog_middle_1.png) repeat-y;
	padding:0 20px;
}
/*****************************/
div.dlgBoxError{
	width:402px;
	z-index:100003;
}
div.dlgBoxError div.dialogTop{
	background: url(../images/dialog_top_error.png) no-repeat;
	height:18px;
}
div.dlgBoxError div.dialogBottom{
	background: url(../images/dialog_bottom_error.png) no-repeat top left;
	height:18px;
}
div.dlgBoxError div.dialogContent{
	background: url(../images/dialog_middle_error.png) repeat-y;
	padding:0 20px;
}
/*****************************/
div.dlgBoxWarning{
	width:402px;
}
div.dlgBoxWarning div.dialogTop{
	background: url(../images/dialog_top_warning.png) no-repeat;
	height:18px;
}
div.dlgBoxWarning div.dialogBottom{
	background: url(../images/dialog_bottom_warning.png) no-repeat top left;
	height:18px;
}
div.dlgBoxWarning div.dialogContent{
	background: url(../images/dialog_middle_warning.png) repeat-y;
	padding:0 20px;
}
div.dlgBoxWarning p{
	color:#FFF;
}
/*****************************/
#dialogWindow div.dialogContent a.btnClose{
	float:right;
	font-size:10px;
	text-decoration:none;
	color:#000000;
}
#dialogWindow div.dialogContent a.btnClose img{
	border:0px none;
	margin-right:2px;
	vertical-align:middle;
}
#dialogWindow p{
	margin:1px 0 0 0;
}
#dialogWindow p.title{
	font-size:16px;
	font-weight:bold;
	margin:0 10px;
}
#dialogWindow p.pButton{
	text-align:center;
	color:#000;
}
#dialogWindow p span.txtLabel{
	font-weight:bold;
	padding:4px 5px 0 5px;
	text-align:right;
	width:110px;
	float:left;
}
