@charset "utf-8";
/* CSS Document */
.rccontainer {
	background-color: #8fc96f;
	overflow: hidden;
}
* html .rccontainer {
	height: 1%;	
}
.rccontainer .topleft {
	background-image: url(images/rc/tl_green_noborder.gif);
	width: 5px;
	height: 5px;
	font-size: 0;
	float: left;
}
.rccontainer .topright {
	background-image: url(images/rc/tr_green_noborder.gif);
	width: 5px;
	height: 5px;
	font-size: 0;
	float: right;
}
.rccontainer .bottomleft {
	background-image: url(images/rc/bl_green_noborder.gif);
	width: 5px;
	height: 5px;
	font-size: 0;
	float: left;
}
.rccontainer .bottomright {
	background-image: url(images/rc/br_green_noborder.gif);
	width: 5px;
	height: 5px;
	font-size: 0;
	float: right;
}
