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

	Rounded Corners
	v 1.1

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


.boxFloat, .imageFloat {
	float: left;
}

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


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

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

.roundedContent {
	background-color: #e0dcd1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 24px;
	padding-left: 0px;
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}

