#InfoPane {
	position : fixed;
	_position: absolute;

	text-align : center;
	z-index: 5001;
}

#InfoPane #title {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#InfoPane #title td {
	padding-left: 5px;
	padding: 0px;
	margin: 0px;
}

#title #leftCurve {
	width: 6px;
	background: url('leftCurve.gif') no-repeat;
}

#title #rightCurve {
	width: 6px;
	background: url('rightCurve.gif') no-repeat;
}

#InfoPane #rightBorder {
	width: 4px;
	background: url('rightBorder.gif') no-repeat;
	background-repeat: repeat-y;
}

#InfoPane #leftBorder {
	width: 4px;
	background: url('leftBorder.gif') no-repeat;
	background-repeat: repeat-y;
}

#InfoPane #rightBottomCorner {
	width: 4px;
	height: 4px;
	background: url('rightBottomCorner.gif') no-repeat;
}

#InfoPane #leftBottomCorner {
	width: 4px;
	height: 4px;
	background: url('leftBottomCorner.gif') no-repeat;
}

#InfoPane #bottomBorder {
	height: 4px;
	background: url('bottomBorder.gif');
	background-repeat: repeat-x;
}

#InfoPane .bar {
	height: 26px;
	background-image: url('title.gif');
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	cursor: move;
}

#InfoPane .buttons {
	text-align: right;
}

#InfoPane .buttons img {
	margin-top: 3px;
}

#InfoPane .bar a img {
	border: none;
}

#InfoPane #WindowBody {
	background-color: #F2F1F3;
	padding: 5px;
	font-family: Ariel, verdana, sans-serif;
	font-size: 11pt;
	text-align:left;
}
