
.boxFloat, .imageFloat {
	float: left;
}

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


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

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

.roundedContent {
	padding: 14px 0 30px 0;
	margin: 0 0 2px 0;
	width: 184px;
	background-color: #fe6612;
	clear: both;
}

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

