.fyfWindowBar
{
	position: absolute;
	left: 35%;
	top: 5px;
	height: 23px;
	color: White;
	font-family: Arial Black;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	display: block;
}
.fyfWindowCloseBtn
{
	width: 29px;
	height: 16px;
	position: absolute;
	right: 6px;
	top: 2px;
	margin-top: 3px;
	background: url(  'images/buttons.gif' ) no-repeat -87px -16px;
}
a.fyfWindowCloseBtn:hover
{
	background: url(  'images/buttons.gif' ) no-repeat -87px -32px;
}
.fyfWindowContent
{
	text-align: left;
	background-color: White;
	overflow: auto;
	padding: 0;
	margin: 0;
}
.fyfWindowTitle
{
	display: block;
	background: url(  'images/fW.gif' ) no-repeat left top;
	margin: 0;
	padding-top: 23px;
	border-right: solid 1px black;
}
.fyfWindowBody
{
	background-color: #EFEBE7;
	border-left: Solid 1px Black;
	border-bottom: Solid 1px Black;
}
.fyfWindowClientArea
{
	background-color: White;
	margin: 0px 3px 3px 3px;
	border-left: Solid 1px Silver;
	border-bottom: Solid 1px Silver;
	border-right: Solid 1px Silver;
	padding: 5px;
	overflow: auto;
}
