

/**************************************************************

	Rounded Corners
	v 1.1

**************************************************************/


.imageFloat {
	float: left;
}


/***********************************/

.imageTopLeft {
	background: url(topLeft.png) top left no-repeat;
}
.imageTop {
	border-top: 1px solid #c780a6 ;
}

.imageTopRight {
	background: url(topRight.png) top right no-repeat;


}
.imageMiddleLeft {
	
	border-left: 1px solid #c780a6;
}
.imageMiddle {
	
}
.imageMiddleRight {
	
	border-right: 1px solid #c780a6;
}
.imageBottomLeft {
	background: url(bottomLeft.png) bottom left no-repeat;
		
}
.imageBottom {
	border-bottom: 1px solid #c780a6;
	
}
.imageBottomRight {
	background: url(bottomRight.png) bottom right no-repeat;
}


/***********************************/

