.mask {
	background-color: #000;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
}
.dialog {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 340px;
	height: 200px;
	z-index: 9999;
}
.dialog .windowTitle {
	width: 340px;
	height: 40px;
	display: block;
}
.dialog .windowTitle h1 {
	background-color: #034EA2;
	float: left;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 2.29em;
	line-height: 40px;
	margin-bottom: 0px;
}
.dialog .windowTitle a {
	background: transparent url(../images/close.gif) no-repeat left top;
	display: block;
	font-size: 0;
	height: 20px;
	margin-top: 10px;
	float: right;
	width: 34px;
	text-indent: -999em;
}
.dialog .windowTitle a:hover,
#content .content-item .dialog .windowTitle a:hover {
	background-color: transparent;
}
.dialog .windowMsg {
	width: 320px;
	padding: 10px;
	background-color: #ffffff;
	text-aling: left;
	font-size: 1.1em;
	text-align: left;
}
.dialog .windowMsg .intro {
	color: #000;
	text-align: left;
	font-weight: bold;
	font-style: normal;
}
.dialog .windowMsg .msg {
	padding-top: 10px;
	color: #333333;
	text-align: left;
}
.dialog .windowMsg .msg ul {
	list-style-type: none;
}

/* Buttons */
.dialog .errorButtons {
	margin-top: 25px;
	text-align: left;
	background: #fff;
}
.dialog .errorButtons .subText {
	padding-bottom: 12px;
	padding-top: 3px;
	padding-left: 3px;
	color: #70BC3E;
}
.dialog .errorButtons .button {
	padding: 0px;
	margin-bottom: 0px;
	height: 31px;
	width: 295px;
	overflow: hidden;
	position: relative;
}
.dialog .errorButtons .close {
	cursor: pointer;
}
.dialog .errorButtons .button img {
	position: absolute;
	top: 0;
}
.dialog .errorButtons .hover img {
	top: -31px;
}