.modalPage {
	left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: fixed; z-index: 1200;
}
.modalBackground {
	left: 0px; top: 0px; width: 100%; height: 100%; position: fixed; z-index: 500; opacity: 0.4; background-color: rgb(153, 153, 153); -moz-opacity: 0.4;
}
.confirm-dialog {
	background: url("../images/popup/background/dialog24.png") no-repeat left top gray; margin: 0px auto; left: 40%; top: 40%; width: 330px; height: 72px; padding-top: 14px; position: absolute; z-index: 750;
}
.confirm-dialog .inner {
	background: url("../images/popup/background/dialog24.png") no-repeat left bottom gray; margin: 0px 0px -20px; padding: 0px 20px 11px; width: 290px; float: left; z-index: 750;
}
.confirm-dialog .base {
	background: url("../images/popup/background/dialog-base.png") no-repeat left bottom gray; text-align: center; padding-top: 4px; padding-bottom: 4px; margin-right: -11px; margin-left: -11px; border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid; z-index: 750;
}
.ASPButton-Popup {
	border: 1px solid rgb(102, 102, 102); width: 60px; height: 23px; font-family: verdana, Arial, Helvetica; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; z-index: 750; background-color: rgb(243, 240, 240);
}
