﻿/***** Images on All Sides box *****/
.cB, .cBw { background:url(fb_leftright.jpg) top right; }
.cBt, .cBt div, .cBb, .cBb div { background:url(roundedcornr_166742_gray_bg.gif) top right; }
.cB {
	padding:0 15px 0 0;
	/*position:relative; took this out to make IE6 work*/ /* fix IE/win buggy bg display */
}
.cBw {
	background-position:top left;
	padding-left:10px;
}
.cBt, .cBb {
	margin:0 -15px 0 -10px; /* push into rB and rBw padding */
	height:23px; /* fix IE/win bug when rB width set */
}
.cBt div, .cBb div { width:20px; height:23px; }
.cBt div { background-position:top left; }
.cBb, .cBb div { height:25px; }
.cBb { background-position:bottom right; }
.cBb div { background-position:bottom left; }
/***** end Images on All Sides box *****/
