.rect_style_2 {	
	width: 550px;	
	position: relative;
	padding-top:15px;
	padding-left:17px;		
}
.rect_style_2 .background {
	background-color:#FFFFFF;
	width: 550px;	
}
.rect_style_2 .TL2 {	
	background:url(../rounded_rectangles/content/WR_TL.gif)
	top left no-repeat;
	position:relative;			
}
.rect_style_2 .TR2 {
	background:url(../rounded_rectangles/content/WR_TR.gif)
	top right no-repeat;
	position:relative;		
}	
.rect_style_2 .BL2 {	
	background:url(../rounded_rectangles/content/WR_BL.gif)
	bottom left no-repeat;
	
}
.rect_style_2 .BR2 {
	background:url(../rounded_rectangles/content/WR_BR.gif)
	bottom right no-repeat;	
	position:relative;
	min-height:170px;		
}
.rect_style_2 .T2 {
	background:url(../rounded_rectangles/content/WR_T.gif)
	top left repeat-x;
	position:relative;			
}
.rect_style_2 .B2 {
	background:url(../rounded_rectangles/content/WR_B.gif)
	bottom left repeat-x;
	position:relative;			
}	
.rect_style_2 .L2 {
	background:url(../rounded_rectangles/content/WR_L.gif)
	top left repeat-y;
	position:relative;		
}
.rect_style_2 .R2 {
	background:url(../rounded_rectangles/content/WR_R.gif)
	top right repeat-y;
	position:relative;	
}