HTML, BODY{
	overflow : hidden;
	border : 0;
	background : #D4D0C8;
}

.ptitle, .bar.ptitle{
	background : url(images/window_title.gif) repeat-y;
	color : white;
	padding : 2px 0 2px 4px;
	
	font-family : MS Sans Serif;
	font-size : 8pt;
	font-weight : bold;
	color : white;
	
	height : 14px;
	margin-left : 1px;
	
	border-bottom : 1px solid #D4D0C8;
	cursor : default;
	border : 0;
}

.ptitle span{
	float : left;
}
