

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

	Rounded Corners
	v 1.1

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


.boxFloat, .imageFloat {
	float: left;
}

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


.boxTopLeft {
	background: url(../images/round/topLeft.png) top left no-repeat;
}
.boxTop {
	background-image:url(../images/round/boxtop.png);
}
.boxTopRight {
	background: url(../images/round/topRight.png) top right no-repeat;
}
.boxMiddleLeft {
	background-image:url(../images/round/boxmid.png);
}
.boxMiddle {
	background-image:url(../images/round/boxmid.png);
}
.boxMiddleRight {
	background-image:url(../images/round/boxmid.png);
}
.boxBottomLeft {
	background: url(../images/round/bottomLeft.png) bottom left no-repeat;
}
.boxBottom {
	background-image:url(../images/round/boxbtm.png);
}
.boxBottomRight {
	background: url(../images/round/bottomRight.png) bottom right no-repeat;
}

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

.imageTopLeft {
	background: url(../images/round/topLeft.png) top left no-repeat;
}
.imageTopRight {
	background: url(../images/round/topRight.png) top right no-repeat;
}
.imageBottomLeft {
	background: url(../images/round/bottomLeft.png) bottom left no-repeat;
}
.imageBottomRight {
	background: url(../images/round/bottomRight.png) bottom right no-repeat;
}
.imageTop, .imageMiddleLeft, .imageMiddle, .imageMiddleRight, .imageBottom {
	border: 0;
}

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

.roundedContent {
	
	padding: 2px;
	margin: 5px;
	width: 790px;
	margin-bottom: 10px;
}


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

