
/* Styles for 'Boxed Container with Title on Grey Bg' */
/* Refer to skin.css for additional styles */

/* Float the container controls to the right and bottom ABSOLUTELY */
.boxedContainerControls {
	float:right; 
	z-index:99; 
	background-color:#FF9; 
	color:#00C;
}

