.framelabel {
	padding-left:10px;
	padding-top:5px;
	text-align:left;
        color: #000000;
	font-size: 125%;
	font-weight: bold;
	line-height: 14px;
	margin:0px;
}

td.frame_label_left {
	background-image:url(images/common/frame_label_left.png);
	background-repeat:no-repeat;
	/*background-color:#55a7c4;*/
	background-position: top left;
}
td.frame_label_middle {
	background-image:url(images/common/frame_label_middle.png);
	background-repeat:repeat-x;
	background-color:#99bcd2;
	vertical-align:middle;
}
td.frame_label_right {
	background-image:url(images/common/frame_label_right.png);
	background-repeat:no-repeat;
	/*background-color:#55a7c4;*/
	background-position: top right;
}

td.frame_top_left {
	background-image:url(images/common/frame_top_left.png);
	background-repeat:no-repeat;
	background-position: top left;
}
td.frame_top_middle {
	background-image:url(images/common/frame_top_middle.png);
	background-repeat:repeat-x;
	background-position: top center;
}
td.frame_top_right {
	background-image:url(images/common/frame_top_right.png);
	background-repeat:no-repeat;
	background-position: top right;
}

td.frame_middle_left {
	background-image:url(images/common/frame_middle_left.png);
	background-repeat:repeat-y;
	background-position: top left;
}
td.frame_middle_right {
	background-image:url(images/common/frame_middle_right.png);
	background-repeat:repeat-y;
	background-position: top right;
}

td.frame_bottom_left {
	background-image:url(images/common/frame_bottom_left.png);
	background-repeat:no-repeat;
	background-position: bottom left;
}
td.frame_bottom_middle {
	background-image:url(images/common/frame_bottom_middle.png);
	background-repeat:repeat-x;
	background-position: bottom center;
}
td.frame_bottom_right {
	background-image:url(images/common/frame_bottom_right.png);
	background-repeat:no-repeat;
	background-position: bottom right;
}

