.rcorner-top-left
, .rcorner-top-right
, .rcorner-bottom-left
, .rcorner-bottom-right
{
	background-image: url("jquery.rcorner.png");
	width: 5px;
	height: 5px;
}

.rcorner-wrapper
{
	float: left;
	position: relative;
	height: auto;
	width: auto;
}

.rcorner-top-left
, .rcorner-top-right
, .rcorner-bottom-left
, .rcorner-bottom-right
{
	position:absolute;
	font-size: 0px;
	line-height: 0px;
}

.rcorner-top-left
{
	top: 0;
	left: 0;
	background-position: left top;
}

.rcorner-top-right
{
	top: 0;
	right: 0;
	background-position: right top;
}

.rcorner-bottom-left
{
	bottom: 0;
	left: 0;
	background-position: left bottom;
}

.rcorner-bottom-right
{
	bottom: 0;
	right: 0;
	background-position: right bottom;
}

