.FPWidget {
  font-size:10px;
	background-color:white;
}

.FPWidget .lefttop {
	width:16px;
	background-image:url(images/lt.png);
	background-position:left top;
	background-repeat:no-repeat;
}

.FPWidget .righttop {
	width:24px;
	background-image:url(images/rt.png);
	background-position:right top;
	background-repeat:no-repeat;
}

.FPWidget .rightbottom {
	background-image:url(images/rb.png);
	background-position:right top;
	background-repeat:no-repeat;
	width:24px;
	height:16px;
}

.FPWidget .leftbottom {
	background-image:url(images/lb.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}

.FPWidget .top {
	background-image:url(images/top.png);
	background-position:top;
	background-repeat:repeat-x;
}

.FPWidget .right {
	width:24px;
	background-image:url(images/right.png);
	background-position:right;
	background-repeat:repeat-y;
}

.FPWidget .bottom {
	background-image:url(images/bottom.png);
	background-position:top;
	background-repeat:repeat-x;
	height:16px;
}

.FPWidget .left {
	width:16px;
	background-image:url(images/left.png);
	background-position:left;
	background-repeat:repeat-y;
}