#boxen {
	padding-top: 10px;
	padding-left: 15px;
}

.curvygreen {position:relative; width:300px; height:150px; background:#99CC00;top:-65px; color:#000; margin-top:5em;}
#ctlgreen, #cblgreen, #ctrgreen, #cbrgreen {position:absolute; width:20px; height:20px; color:#99CC00; background:#fff;overflow:hidden;}
#ctlgreen {top:0px; left:0px;}
#cblgreen {top:130px; left:0px;}
#ctrgreen {top:0px; left:280px;}
#cbrgreen {top:130px; left:280px;}

#quadtlgreen, #quadtrgreen, #quadblgreen, #quadbrgreen {position:absolute; font-size:150px; font-family:arial; color:#99CC00;line-height:40px;}
#quadtlgreen {left:-8px;}
#quadtrgreen {left:-25px;}
#quadblgreen {left:-8px; top:-17px;}
#quadbrgreen {left:-25px; top:-17px;}

.curvyyellow {
	position:relative; 
	width:300px; 
	background:#FF9900; 
	top: -65px; 
	color:#000; 
	margin-top:0.5em;
	margin-bottom:-5em;
}

#ctlyellow, #cblyellow, #ctryellow, #cbryellow {
	position:absolute; 
	width:20px; 
	height:20px; 
	color:#FF9900; 
	background:#fff;
	overflow:hidden;
	z-index: 1;
}
#ctlyellow {top:0px; left:0px;}
#cblyellow {bottom: 0px; left:0px;}
#ctryellow {top:0px; right:0;}
#cbryellow {bottom:0;right:0;}
#quadtlyellow, #quadtryellow, #quadblyellow, #quadbryellow {position:absolute; font-size:150px; font-family:arial; color:#FF9900;line-height:40px;}
#quadtlyellow {left:-8px;}
#quadtryellow {left:-25px;}
#quadblyellow {left:-8px; top:-17px;}
#quadbryellow {left:-25px; top:-17px;}

div.curvyyellow div.txt {
	padding: 5px 10px;
	position: relative;
	z-index: 99;
}

.curvygreen .txt {
position:absolute;
top:10px;
left:10px;
width:280px;
height:140px;
z-index:99;
}

.txt p,.txt ul {
font-size:12px;
color:#000000;
font-family: Verdana, sans-serif;
}

.txt ul {
	zoom: 1;
}

.txt li {
	list-style-type: none;
}

.txt li a:hover {
text-decoration: underline;
}

.txt a {
text-decoration: none;
color: #000000;
}


