.windowContainer {
	width:100%;
	position:absolute;
	top:0;
	min-height:100%;
	
}
*html .windowContainer{
	height:auto !important;
	height:800px;
}

.windowContent input.closeButton{
	cursor: pointer;
	margin-top: 0;
	width: 12px;
	float: right;
	border:none;
	background: url('/.style/standard/xhtml/windows/close.gif') 50% 50% no-repeat;
}
.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;
	-height:auto !important;
	-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");
	-width:100%;
}
.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%;
	background:#000000;
	top:0;
	left:0;
	opacity:0.5;
	position:fixed;
	-position:absolute;
	-height:1200px;
	z-index:2;
	-z-index:-1;
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
	//filter: alpha(opacity = 50);

	
}
div.transparent .bbackground{
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	//filter: alpha(opacity = 80);
}
div.transparent div.content{
	margin:0;	
}
.dialog{
	position: absolute;
	overflow: hidden;
	margin-bottom: 7px;
	background:none;
	left:20%;
    top:5%;
    width:60%;
    z-index:11;
	min-height:100%;
}
div.transparent .dialog{
	position:absolute;
	overflow: hidden;
	margin-bottom: 7px;
	background:none;
	left:0;
    top:5%;
    width:100%;
    z-index:11;
}
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;
}