

/**************************************************************

	Rounded Corners
	v 1.1

**************************************************************/


.boxFloat, .imageFloat {
	float: left;
}

/***********************************/


.boxTopLeft {
	background: url("topLeft.gif"/*tpa=http://content.captivelead.com/global/images/roundedCorners/topLeft.gif*/) top left no-repeat;
}
.boxTop {
	border-top: 1px solid #ccc;
	background-color: #eee;
}
.boxTopRight {
	background: url("topRight.gif"/*tpa=http://content.captivelead.com/global/images/roundedCorners/topRight.gif*/) top right no-repeat;
}
.boxMiddleLeft {
	background-color: #eee;
	border-left: 1px solid #ccc;
}
.boxMiddle {
	background-color: #eee;
}
.boxMiddleRight {
	background-color: #eee;
	border-right: 1px solid #ccc;
}
.boxBottomLeft {
	background: url("bottomLeft.gif"/*tpa=http://content.captivelead.com/global/images/roundedCorners/bottomLeft.gif*/) bottom left no-repeat;
}
.boxBottom {
	border-bottom: 1px solid #ccc;
	background-color: #eee;
}
.boxBottomRight {
	background: url("bottomRight.gif"/*tpa=http://content.captivelead.com/global/images/roundedCorners/bottomRight.gif*/) bottom right no-repeat;
}

/***********************************/

.imageTopLeft {
	background: url("topLeft.png"/*tpa=http://content.captivelead.com/global/images/roundedCorners/topLeft.png*/) top left no-repeat;
}
.imageTopRight {
	background: url("topRight.png"/*tpa=http://content.captivelead.com/global/images/roundedCorners/topRight.png*/) top right no-repeat;
}
.imageBottomLeft {
	background: url("bottomLeft.png"/*tpa=http://content.captivelead.com/global/images/roundedCorners/bottomLeft.png*/) bottom left no-repeat;
}
.imageBottomRight {
	background: url("bottomRight.png"/*tpa=http://content.captivelead.com/global/images/roundedCorners/bottomRight.png*/) bottom right no-repeat;
}
.imageTop, .imageMiddleLeft, .imageMiddle, .imageMiddleRight, .imageBottom {
	0;
}

/***********************************/

.roundedContent {
	padding: 30px;
	margin: 0px;
	width: 440px;
	border: 1px solid #ccc;
	background-color: #eee;
	margin-bottom: 20px;
}


/*************************************************************/

