.dialog_OPEN,
.dialog_OPEN>body {
	overflow: hidden;
}

* html .dialog_OPEN select {
	visibility: hidden;
}

#errorDialogContainer,
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	display: none;
	z-index: 155;
}

.overlay {
	background: transparent url(../images/layout_2009/semi.png) repeat;
	z-index: 150;
}

* html .overlay {
	display: none !important;
}


.dialog_OPEN #errorDialogContainer,
.dialog_OPEN .overlay {
	display: block;
}

.dialog {
	padding: 0.6em;
	background: white url(../images/layout_2009/fade_left.jpg) no-repeat scroll 0 2.6em;
	border: 1px solid #D3D2CE;
	width: 66.7em;
	margin: 20em auto 0;
	position: relative;
	zoom: 1;
	z-index: 152;
}

.dialog_ENABLED .dialog,
.dialog_ENABLED .userMessages,
.dialog_ENABLED div.t-error,
#errorDialogContainer .dialog_CLOSED {
	display: none;
}

.dialog_OPEN div.dialog {
	display: block;
}

.dialog hr {
	display: none;
}

.dialog h3 {
	margin: 0 0 0.65em 0.75em;
	padding: 0;
	font-size: 160%;
}

.dialog .body {
	margin: 0;
	padding: 1.2em;
	background: #BBBBBB;
	list-style: none;
	zoom: 1;
}

.dialog .dialog_okButton {
	position: relative;
	top: 0.5em;
	_top: 0;
}

.dialog .commands {
	margin-top: 1em;
}

.dialog .commands li {
	margin: 0;
}

.dialog .backToShoppingButton{
	float: right;
	background-image:url(../images/layout_2009/button_right-green.gif);
}

.dialog .backToShoppingButton a{
	background-image:url(../images/layout_2009/button_left-green.gif);
}

.dialog .cancelOrderSubmit {
	float: right;
}

.dialog .buttonBack {
	float: left;
}

.dialog .dialog_closeButton {
	position: absolute;
	top: 0.15em;
	right: 0.6em;
}

.dialog .dialog_closeButton a {
	padding: 0 0 0 0.75em;
	width: 1em;
	text-align: center;
}

.dialog .body:after {
	content: "Computers make it easier to do a lot of things, but most of the things they make it easier to do don't need to be done. - Andy Rooney (1919 - )";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}

.dialog ul,
.dialog ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dialog li {
	float: none;
	display: block;
	margin: 0 0 1.4em;
}

.t-error-popup {
	z-index: 25;
}