

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

	Rounded Corners
	v 1.1

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


.boxFloat, .imageFloat {
	float: left;
}
.box2Float, .imageFloat {
	float: left;
}
/***********************************/


.boxTopLeft {
	background: url(../images/page/topLeft.gif) top left no-repeat;
}
.boxTop {
	border-top: 1px solid #b6b2a3;
	background-color: #f4f0e6;
}
.boxTopRight {
	background: url(../images/page/topRight.gif) top right no-repeat;
}
.boxMiddleLeft {
	background-color: #f4f0e6;
	border-left: 1px solid #b6b2a3;
}
.boxMiddle {
	background-color: #f4f0e6;
}
.boxMiddleRight {
	background-color: #f4f0e6;
	border-right: 1px solid #b6b2a3;
}
.boxBottomLeft {
	background: url(../images/page/bottomLeft.gif) bottom left no-repeat;
}
.boxBottom {
	border-bottom: 1px solid #b6b2a3;
	background-color: #f4f0e6;
}
.boxBottomRight {
	background: url(../images/page/bottomRight.gif) bottom right no-repeat;
}


.box2TopLeft {
	background: url(../images/page/2topLeft.gif) top left no-repeat;
}
.box2Top {
	border-top: 1px solid #b6b2a3;
	background-color: #fff;
}
.box2TopRight {
	background: url(../images/page/2topRight.gif) top right no-repeat;
}
.box2MiddleLeft {
	background-color: #fff;
	border-left: 1px solid #b6b2a3;
}
.box2Middle {
	background-color: #fff;
}
.box2MiddleRight {
	background-color: #fff;
	border-right: 1px solid #b6b2a3;
}
.box2BottomLeft {
	background: url(../images/page/2bottomLeft.gif) bottom left no-repeat;
}
.box2Bottom {
	border-bottom: 1px solid #b6b2a3;
	background-color: #fff;
}
.box2BottomRight {
	background: url(../images/page/2bottomRight.gif) bottom right no-repeat;
}

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

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

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

.roundedContent {
	padding: 30px;
	margin: 0px;
	width: 440px;
	border: 1px solid #b6b2a3;
	background-color: #f4f0e6;
	margin-bottom: 20px;
}


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

