#blockerWindow {	width: 100%;
	height: 3000%;
	position: absolute;
	z-index:9999;
	display:none;
	background: #F3F3F3;
}
#dialogWindowBut {
	padding-left: 3px;
	padding-right: 0px;
	height: 23px;
	border-bottom: 1px solid green;
	background: url(/i/window/top.png) repeat-x left bottom;
	cursor: move;
}
#dialogWindow {
	position:absolute;
	display:none;
	right:3000%;
	top:45%;
	border: 0px solid #808080;
	z-index:10000;

}
#dialogWindowText {
	padding-bottom: 2px;
	vertical-align: bottom;
	font-size: 12px;
	background: url(/i/window/down.png) repeat-x bottom;
	color: #ffffff;
}
#dialogWindowHint {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 10px;
	color: red;
	font-size: 12px;
	vertical-align: top;
    background: #ffffff;
}
.dialogWindowLeftTop {	background: url(/i/window/left-top.png) no-repeat right bottom;	width: 21px;
	height: 23px;
	padding: 0px;
}
.dialogWindowRightTop {	background: url(/i/window/right-top.png) no-repeat left bottom;
	width: 21px;
	height: 23px;
	padding: 0px;
}
.dialogWindowLeftMiddle {	background: url(/i/window/left.png) repeat-y left;
	width: 21px;
}
.dialogWindowRightMiddle {	background: url(/i/window/right.png) repeat-y right;
	width: 21px;
}
.dialogWindowLeftBottom {	background: url(/i/window/left-bottom.png) no-repeat right top;
	width: 21px;
	height: 27px;
	padding: 0px;
}
.dialogWindowRightBottom {	background: url(/i/window/right-bottom.png) no-repeat left top;
	width: 21px;
	height: 27px;
	padding: 0px;
}
