	
.top_left, .top_right, .bottom_left, .bottom_right{
	
	/* Where the background image is located */
	background-image:url("../images/background.png");
	
	/* The width of the background image */
	width:30px;
	
	/* The height of the background image */
	height:30px;
}


	.rcorner_wrapper{
	  /*float:left;*/
		position:relative;
		height:auto;
		width:auto;
		/*margin-bottom:10px;*/
	}

	.top_left, .top_right, .bottom_left, .bottom_right{
		position:absolute;
	}

	/* this sets the position of the corners */
	.top_left{top:0;left:0;background-position:left top;}
	.top_right{top:0;right:0;background-position:right top;}
	.bottom_left{bottom:0;left:0;background-position:left bottom;}
	.bottom_right{bottom:0;right:0;background-position:right bottom;}
	
	