.squareLayer *{
	margin:0;
	padding:0;
	z-index:100;
}

.squareLayer{
	z-index:100;
}

.squareLayer .top{
	height:28px;
	position:absolute;
	left:0;
	right:0px;
}

.squareLayer .top .topLeft{
	width:6px;
	height:28px;
	float:left;
	background-image:url(topLeft.png);
	background-repeat:no-repeat;
}

.squareLayer .top .topMiddle{
	height:28px;
	background-image:url(topMiddle.jpg);
	background-repeat:repeat-x;
	font-family:verdana;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	float:left;
	padding-right:22px;
	line-height:28px;
	position:absolute;
	left:6px;
	right:11px;
}

.squareLayer .top .topRight{
	width:11px;
	height:28px;
	float:right;
	background-image:url(topRight.png);
	background-repeat:no-repeat;
}

.squareLayer .top .closeLayer{
	width:19px;
	height:19px;
	position:absolute;
	float:right;
	top:5px;
	right:10px;
	background-image:url(closeIcon.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

.squareLayer .border{
	position:relative;
	top:28px;
}

.squareLayer .borderLeft{
	width:1px;
	height:100%;
	background-color:#f78a00;
	position:absolute;
	left:0;
}

.squareLayer .borderRight{
	width:6px;
	height:100%;
	background-image:url(borderRight.png);
	background-repeat:repeat-y;
	position:absolute;
	right:0;
	z-index:120;
}

.bottomContainer{
	margin-right:5px;
	position:relative;
	z-index:100;
}

.bottomContainer .borderBottom{
	height:7px;
	background-image:url(borderBottom.png);
	background-repeat:repeat-x;
	position:absolute;
	left:5px;
	right:1px;
	z-index:120;
}

.bottomContainer .borderBottomLeft{
	height:1px;
	width:5px;
	background-image:url(bottomLeftCorner.jpg);
	background-repeat:repeat-x;
	position:absolute;
	left:0;
	z-index:120;
}

.squareLayer .layerContent{
	margin-left:1px;
	margin-right:6px;
	background-color:#fbfaf7;
	z-index:100;
	position:relative;
	padding-bottom:1px;


}

.bottomContainer .bottomRightCorner{
	width:6px;
	height:7px;
	background-image:url(bottomRightCorner.png);
	background-repeat:no-repeat;
	position:absolute;
	right:-5px;
	z-index:120;
}


#whiteBackground{
	width:100%;
	position:absolute;
	top:0;
	background-image:url(transparentWhiteBackground.png);
	background-repeat:repeat;
	z-index:100;
}

.layerContent .separatorHorizontal{
	height:2px;
	background-image:url(/css/separatorHorizontal.jpg);
	background-repeat:repeat-x;
}

.layerContent #closeLinkContainer{
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

.layerContent #closeLinkContainer #closeLink{
	color:#F99B1D;
	font-weight:bold;
}