

/* Corners */

	#corner_upperleft
	{
		position: absolute;
		left:-1px;
		top:-1px;
	}

	#corner_upperright
	{
		position: absolute;
		right:-3px;
		top:-1px;
	}

	#corner_bottomleft
	{
		position: absolute;
		left:-1px;
		bottom:-5px;
	}

	#corner_bottomright
	{
		position: absolute;
		right:-3px;
		bottom:-5px;
	}
