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

	Rounded Corners
	v 1.1

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


.boxFloat, .imageFloat {
	float: left;
}

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


.boxTopLeft {
	background-image: url(images/topLeft.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 20px;
	width: 20px;
}
.boxTop {
	background-color: 13378B;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B1B1B1;
	height: 19px;
}
.boxTopRight {
	background-image: url(images/topRight.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	width: 20px;
}
.boxMiddleLeft {
	background-color: 13378B;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B1B1B1;
}
.boxMiddle {
	background-color: 13378B;
}
.boxMiddleRight {
	background-color: 13378B;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B1B1B1;
}
.boxBottomLeft {
	background-image: url(images/bottomLeft.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxBottom {
	background-color: 13378B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1B1B1;
}
.boxBottomRight {
	background-image: url(images/bottomRight.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

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

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

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

.roundedContent {
	padding: 30px;
	margin: 0px;
	width: 340px;
	border: 1px solid E2E2E2;
	background-color: 13378B;
	margin-bottom: 20px;
}


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

