

/**************************************************************

	Rounded Corners
	v 1.2

**************************************************************/


.boxFloat, .imageFloat { float: left; }

/***********************************/

.boxTopLeft { background: url(../images/common/roundedcorners/topLeft.gif) top left no-repeat; }
.boxTop { border-top: 1px solid #ccc;  background-color: #eee; }
.boxTopRight { background: url(../images/common/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(../images/common/roundedcorners/bottomLeft.gif) bottom left no-repeat; }
.boxBottom { border-bottom: 1px solid #ccc;	background-color: #eee;}
.boxBottomRight { background: url(../images/common/roundedcorners/bottomRight.gif) bottom right no-repeat;}


/***********************************/

.imageTopLeft[class] {	background: url(../images/common/roundedcorners/topLeft.png) top left no-repeat;}
	.imageTopLeft {	background: url(../images/common/roundedcorners/topLeft1.gif) top left no-repeat;}
.imageTopRight[class] { background: url(../images/common/roundedcorners/topRight.png) top right no-repeat;}
	.imageTopRight { background: url(../images/common/roundedcorners/topRight1.gif) top right no-repeat;}
.imageBottomLeft[class] { background: url(../images/common/roundedcorners/bottomLeft.png) bottom left no-repeat;}
	.imageBottomLeft { background: url(../images/common/roundedcorners/bottomLeft1.gif) bottom left no-repeat;}
.imageBottomRight[class] {	background: url(../images/common/roundedcorners/bottomRight.png) bottom right no-repeat;}
	.imageBottomRight {	background: url(../images/common/roundedcorners/bottomRight1.gif) bottom right no-repeat;}
.imageTop, .imageMiddleLeft, .imageMiddle, .imageMiddleRight, .imageBottom {	border: 0;}

/*CINZA*/

.CxCinza .imageTopLeft[class] {	background: url(../images/common/roundedcorners/topLeftCinza.png) top left no-repeat;}
	.CxCinza .imageTopLeft {	background: url(../images/common/roundedcorners/topLeftCinza.gif) top left no-repeat;}
.CxCinza .imageTopRight[class] { background: url(../images/common/roundedcorners/topRightCinza.png) top right no-repeat;}
	.CxCinza .imageTopRight { background: url(../images/common/roundedcorners/topRightCinza.gif) top right no-repeat;}
.CxCinza .imageBottomLeft[class] { background: url(../images/common/roundedcorners/bottomLeftCinza.png) bottom left no-repeat;}
	.CxCinza .imageBottomLeft { background: url(../images/common/roundedcorners/bottomLeftCinza.gif) bottom left no-repeat;}
.CxCinza .imageBottomRight[class] {	background: url(../images/common/roundedcorners/bottomRightCinza.png) bottom right no-repeat;}
	.CxCinza .imageBottomRight {	background: url(../images/common/roundedcorners/bottomRightCinza.gif) bottom right no-repeat;}
.imageTop, .imageMiddleLeft, .imageMiddle, .imageMiddleRight, .imageBottom { border: 0;}



/***********************************/

.roundedContent { padding: 30px; margin: 0px; width: 440px; border: 1px solid #ccc; background-color: #eee; margin-bottom: 20px;}
.roundedImage {	margin-top: 80px; }

/*************************************************************/


