/* Start of CMSMS style sheet 'alopecia : roundedcorners' */

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

	Rounded Corners
	v 1.1

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


.boxFloat, .imageFloat {
	float: left;
}

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


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

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

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

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

.roundedContent {
	padding: 10px;
	margin: 0px;
	background-color: #f3f3f4;
	margin-bottom: 20px;
}


/*************************************************************/
/* End of 'alopecia : roundedcorners' */

