div.frameheader {
	background:#fff;
	background-image: url("gfx/paneltm.png");
	margin-left:175px;
	height:23px;
}

div.frameheaderleft {
	background-image: url("gfx/paneltl.png");
	background-repeat:no-repeat;
	
	width:120px;
	float:left;
	height:23px;
}

div.frameheaderright {
	background-image: url("gfx/paneltr.png");
	background-repeat:no-repeat;
	background-position:right;
	
	width:23px;
	float:right;
	height:23px;
}

div.framebottom {
	background:#fff;
	background-image: url("gfx/panelbm.png");
	margin-left:175px;
	height:23px;
}

div.framebottomleft {
	background-image: url("gfx/panelbl.png");
	background-repeat:no-repeat;
	width:120px;
	float:left;
	height:23px;
}

div.framebottomright {
	background-image: url("gfx/panelbr.png");
	background-repeat:no-repeat;
	width:23px;
	float:right;
	height:23px;
}

div.framebottomright2 {
	background-image: url("gfx/panelbrc.png");
	background-repeat:no-repeat;
	width:5px;
	float:right;
	height:23px;
}
