@charset "utf-8";

div.rounded {
	background-color: #A1B41C;
	background-image: url(images/tr_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
} 
div.rounded div {
	background-color: transparent;
	background-image: url(images/tl_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
div.rounded div div {
	background-color: transparent;
	background-image: url(images/br_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
div.rounded div div div {
	background-color: transparent;
	background-image: url(images/bl_corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
