

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

	Rounded Corners
	v 1.2

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


.boxFloat, .imageFloat {
	float: left;
}

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

.boxTopLeft {
	background: url(topLeft.gif) top left no-repeat;
}
.boxTop {
}
.boxTopRight {
	background: url(topRight.gif) top right no-repeat;
}
.boxMiddleLeft {
}
.boxMiddle {
}
.boxMiddleRight {
}
.boxBottomLeft {
	background: url(bottomLeft.gif) bottom left no-repeat;
}
.boxBottom {
}
.boxBottomRight {
	background: url(bottomRight.gif) bottom right no-repeat;
}

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

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

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

.roundedContent {
	padding: 0px;
	margin: 0px;
}

.roundedImage {
	margin-top: 10px;
}

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

