﻿
	div.pretty
	{
		position: relative;
		margin: 10px;
	}

	div.alignleft
	{
		float: left;
	}

	div.pretty div.edge
	{
		position: absolute;
		width: 64px;
		height: 64px;
		background-repeat: no-repeat;
	}

	div.lefttop div.edge_a              { top: -10px;    left: -10px;  }
	div.righttop div.edge_a             { top: -10px;    right: -10px; }
	div.leftbottom div.edge_b           { bottom: -10px; left: -10px;  }
	div.rightbottom div.edge_b          { bottom: -10px; right: -10px; }


	div.lefttop div.torn div.edge_a     { background-image: url(/Images/Decoration/torn/hoek-LB.png) !important; background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Images/Decoration/torn/hoek-LB.png",sizingMethod="scale"); }
	div.lefttop div.tape div.edge_a     { background-image: url(/Images/Decoration/tape/hoek-LB.png) !important; background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Images/Decoration/tape/hoek-LB.png",sizingMethod="scale"); }
	div.righttop div.torn div.edge_a    { background-image: url(/Images/Decoration/torn/hoek-RB.png) !important; background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Images/Decoration/torn/hoek-RB.png",sizingMethod="scale"); }
	div.righttop div.tape div.edge_a    { background-image: url(/Images/Decoration/tape/hoek-RB.png) !important; background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Images/Decoration/tape/hoek-RB.png",sizingMethod="scale"); }
	div.leftbottom div.torn div.edge_b  { background-image: url(/Images/Decoration/torn/hoek-LO.png) !important; background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Images/Decoration/torn/hoek-LO.png",sizingMethod="scale"); }
	div.leftbottom div.tape div.edge_b  { background-image: url(/Images/Decoration/tape/hoek-LO.png) !important; background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Images/Decoration/tape/hoek-LO.png",sizingMethod="scale"); }
	div.rightbottom div.torn div.edge_b { background-image: url(/Images/Decoration/torn/hoek-RO.png) !important; background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Images/Decoration/torn/hoek-RO.png",sizingMethod="scale"); }
	div.rightbottom div.tape div.edge_b { background-image: url(/Images/Decoration/tape/hoek-RO.png) !important; background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Images/Decoration/tape/hoek-RO.png",sizingMethod="scale"); }
