/* **************************************************************
	TITLE: Rounded Corners Plugin 
	AUTHOR: Aaron Vanderzwan
	COMPANY: People Design
	DATE: February 19, 2008
	Rebuild #1 DATE: February 03, 2009
************************************************************** */



/* *********************************************************** */
/* EDIT THESE ATTRIBUTES FOR YOUR BACKGROUND IMAGE INFORMATION */
/* *********************************************************** */
	
.top_left, .top_right, .bottom_left, .bottom_right{
	
	/* Where the background image is located */
	background-image:url(../images/rcorner_bg.png);
	
	/* The width of the background image */
	width:30px;
	
	/* The height of the background image */
	height:30px; }

.rcorner_wrapper_left { float:left; position:relative; height:auto; width:auto; margin: 3px 15px 25px 0; }
.rcorner_wrapper_right { float:right; position:relative; height:auto; width:auto; margin: 3px 0 25px 15px; }

.rcorner_wrapper_text_panel { position:relative; height:auto; width:320px; margin-bottom: 25px; }
	
.rcorner_wrapper_hp_left {
	  float:left;
		position:relative;
		height:auto;
		width:auto;
		margin-bottom:10px;
		margin-left:20px;
		margin-top:20px;
	}
.rcorner_wrapper_hp_right {
	  float:left;
		position:relative;
		height:auto;
		width:auto;
		margin-bottom:10px;
		margin-right:20px;
		margin-top:20px;
	}
	.rcorner_wrapper_holding_page{
		  float:left;
			position:relative;
			height:auto;
			width:auto;
			margin-bottom:15px;
		margin-top:20px;
		}
	.rcorner_wrapper_form_section{
		  float:left;
			position:relative;
			height:auto;
			width:auto;
			margin-bottom: 25px;
		}
/* *********************************************************** */
/* ****	DON'T CHANGE ANYTHING BEYOND THIS POINT ************** */
/* *********************************************************** */

	.rcorner_wrapper_plain{
	  float:left;
		position:relative;
		height:auto;
		width:auto;
		margin-bottom:10px;
	}
	
	
	.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;}