body {
	margin: auto;
	background:#89AE45;
	color: #21527D;
}
		
		.roundedBox1 {position:relative; padding:17px; margin:10px 0;}
			
				/*- All the corners -*/
				.corner1 {position:absolute; width:17px; height:17px;}
			
				/*- Each corner -*/
				.topLeft1 {top:0; left:0; background-position:-1px -1px;}
				.topRight1 {top:0; right:0; background-position:-14px -1px;}
				.bottomLeft1 {bottom:0; left:0; background-position:-1px -14px;}
				.bottomRight1 {bottom:0; right:0; background-position:-14px -14px;}	
			
			
			#type2 {background-color:#FFF;}
				#type2 .corner1 {background-image:url(../images/corners-type2.gif);}
