/*
.windowContainer{
	background-color: #000000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-moz-opacity: 0.8;
}*/
.windowContainer {
	position: absolute;
	overflow: hidden;
	margin-bottom: 7px;
	background: none;
	left:20%;
    top:5%;
    width:60%;
    z-index:11;
	min-height:100%;
}

.window input.closeButton{
	cursor: pointer;
	margin-top: 0;
	width: 12px;
	float: right;
	background: url('/.style/standard/xhtml/windows/close.gif') 50% 50% no-repeat;
}

.contentContainer {
	border:none;
}
.windowContent h2 {
	margin-top:0;
}
.window {
	padding:39px 0 39px;
	min-width:600px;
}
.window .windowContent {
	margin: 0px 34px 0 34px;
	border: none;
	padding: 20px 35px 20px 35px;
	background:#edf0f3;
	min-height:250px;
}
.shadowLeft {
	background:0 0 repeat-y url("/.style/standard/xhtml/windows/shadowBorder.png");
}
.shadowRight {
	background:100% 0 repeat-y url("/.style/standard/xhtml/windows/shadowBorderRight.png");
}
.window .corner {
	position: absolute;
	width: 78px;
	height: 78px;
	left: -39px;
	top: -39px;
	background: url("/.style/standard/xhtml/windows/shadow.png") no-repeat;
}
.window .corner.top-right, .window .corner.bottom-right {
	margin-left:100%;
}
.window .corner.bottom-left, .window .corner.bottom-right {
	top:auto;
}
.window .corner.top-left, .window .corner.bottom-left {
	width:100%;
}
.window h2.heading{
	font-size: 30px;
}
.bbackground{
	width:100%;
	min-height:100%;
	position:absolute;
	background:#000000;
	top:0;
	left:0;
	opacity:0.5;
	position:fixed;
	-height:1200px;
	-z-index:-1;
}
.dialog{
-margin-top:-1200px;
}
/*// transparent mode*/
div.transparent .bbackground{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=92);
	-moz-opacity: 0.92;
	-khtml-opacity: 0.92;
	opacity: 0.92;
	background: #050c14;
}
div.transparent{
	width:100%;
	top:0;
	left:0;
}
div.transparent input.closeButton {
	display:block;
	position:absolute;
	width:31px;
	height:31px;
	right:5%;
	top:16px;
	border:1px dashed #696d72;
	//border:0px;
	border-style:ridge;
	background:url(/.style/standard/xhtml/imageGallery/krest.png) 50% 50% no-repeat;
	z-index:100;
	cursor:pointer;
}