.rect_style_1 {	
	width: 585px;
	position:relative;
	
}
.rect_style_1 .background {
	background-color:#B8CCE9;	
}
.rect_style_1 .TL {	
	background:url(../rounded_rectangles/blue_1/PLB_TL.gif)
	top left no-repeat;
	position:relative;		
}
.rect_style_1 .TR {
	background:url(../rounded_rectangles/blue_1/PLB_TR.gif)
	top right no-repeat;
	position:relative;		
}	
.rect_style_1 .BL {	
	background:url(../rounded_rectangles/blue_1/PLB_BL.gif)
	bottom left no-repeat;
	position:relative;	
}
.rect_style_1 .BR {	
	background:url(../rounded_rectangles/blue_1/PLB_BR.gif)
	bottom right no-repeat;
	position:relative;		
}
.rect_style_1 .T {
	background:url(../rounded_rectangles/blue_1/PLB_T.gif)
	top left repeat-x;
	position:relative;		
}
.rect_style_1 .B {
	background:url(../rounded_rectangles/blue_1/PLB_B.gif)
	bottom left repeat-x;
	position:relative;	
}	
.rect_style_1 .L {
	background:url(../rounded_rectangles/blue_1/PLB_L.gif)
	top left repeat-y;
	position:relative;	
}
.rect_style_1 .R {
	background:url(../rounded_rectangles/blue_1/PLB_R.gif)
	top right repeat-y;
	position:relative;	
}
