/* simple rules for adding rounded corners to containers. */
/* ian, 06.2006. */

DIV.corner_control_top,
DIV.corner_control_bottom,
DIV.corner_control_top P,
DIV.corner_control_bottom P
	{
		padding: 0 !important;
		margin: 0 !important;
		height: 10px;
		clear: both;
	}

DIV.corner_control_top
	{
		border: none !important;
		background-image: url(/global/images/backgrounds/corner-top-left.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
DIV.corner_control_top	P
	{
		border: none !important;
		background-image: url(/global/images/backgrounds/corner-top-right.gif);
		background-position: top right;
		background-repeat: no-repeat;		
	}
	
	
DIV.corner_control_bottom
	{
		border: none !important;
		background-image: url(/global/images/backgrounds/corner-bottom-left.gif);
		background-position: bottom left;
		background-repeat: no-repeat;
	}	
	
DIV.corner_control_bottom	P
	{
		border: none !important;
		background-image: url(/global/images/backgrounds/corner-bottom-right.gif);
		background-position: bottom right;
		background-repeat: no-repeat;		
	}	
DIV.top_left_none
	{
		background-image: none !important;
	}	