@CHARSET "utf-8";

div.PanelBoxLabs div.PanelBoxBody {
	background: transparent url(BorderBoxLabs/bgBoxBodyYellow.png) 100% 100% repeat-x;
	border-left: 1px solid #FFDE9A;	
	border-right: 1px solid #FFDE9A;
}

div.PanelBoxLabs div.PanelBoxHead { 
    background: url(BorderBoxLabs/bgBoxHeadYellow.png) 100% 0 no-repeat;
}
* html div.PanelBoxLabs div.PanelBoxHead { 
    background-image: url(BorderBoxLabs/bgBoxHeadYellow-ie6.png);
}

div.PanelBoxLabs div.PanelBoxHeadInner { 
    background: url(BorderBoxLabs/bgBoxHeadYellow.png) 0 0 no-repeat;
}
* html div.PanelBoxLabs div.PanelBoxHeadInner { 
    background-image: url(BorderBoxLabs/bgBoxHeadYellow-ie6.png);
}

div.PanelBoxLabs div.PanelBoxFoot { 
	background: url(BorderBoxLabs/bgBoxFootYellow.png) 100% 100% no-repeat; 
}
* html div.PanelBoxLabs div.PanelBoxFoot { 
	background-image: url(BorderBoxLabs/bgBoxFootYellow-ie6.png); 
}

div.PanelBoxLabs div.PanelBoxFootInner {
	background: url(BorderBoxLabs/bgBoxFootYellow.png) 0 100% no-repeat;
}
* html div.PanelBoxLabs div.PanelBoxFootInner {
	background-image: url(BorderBoxLabs/bgBoxFootYellow-ie6.png);
}

div.PanelBoxLabs img.ImageGradient {
	border-top:1px solid #FFDE9A;
}
