
.curvy
	{
	position: relative;
	width: 356px;
	background: #dad1df;
	margin: 10px 0px 20px 0px;
	top: 0px;
	left: -20px;
	}
#ctl, #cbl, #ctr, #cbr
	{
	position: absolute;
	width: 20px;
	height: 20px;
	color: #dad1df;
	background: #fff;
	overflow: hidden;
	font-style: normal;
	z-index: 1;
	}
#ctl
	{
	top: 0;
	left: 0;
	}
#cbl
	{
	bottom: 0;
	left: 0;
	}
#ctr
	{
	top: 0;
	right: 0;
	}
#cbr
	{
	bottom: 0;
	right: 0;
	}
.curvy span b
	{
	position: absolute;
	font-size: 150px;
	font-family: arial;
	color: #dad1df;
	line-height: 40px;
	font-weight: normal;
	}
#ctl b
	{
	left: -8px;
	}
#ctr b
	{
	left: -25px;
	}
#cbl b
	{
	left: -8px;
	top: -17px;
	}
#cbr b
	{
	left: -25px;
	top: -17px;
	}
.curvy div
	{
	position: relative;
	z-index: 100;
	padding: 10px 15px 0px 20px;
	}