/* CSS for the box starts here
================================================*/
/* Default styling. Used when JavaScript is unsupported */
.cbb {
	padding:0 10px;
	margin:1em 0;
	background:#fff;
	border:1px solid #666;
	}

.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	}
/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.cb {
	margin:0.5em 0;
	}
	
.two {
	width: 165px;
	float:left;
	}
.three {
	width:165px;
	float:right;
}


/* Rules for the top corners and border */
.bt {
	background:url(../_Arquivos/Imagens/pt_BR/box.gif) no-repeat 100% 0;
	margin:0 0 0 12px;
	height: 12px;
	}
.bt div {
	height: 12px;
	width: 12px;
	position:relative;
	left:-12px;
	background:url(../_Arquivos/Imagens/pt_BR/box.gif) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(../_Arquivos/Imagens/pt_BR/box.gif) no-repeat 100% 100%;
	margin:0 0 0 20px;
	height:20px;
	}
.bb div {
	height:20px;
	width:24px;
	position:relative;
	left:-20px;
	background:url(../_Arquivos/Imagens/pt_BR/box.gif) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding:0 0 0 12px;
	background:url(../_Arquivos/Imagens/pt_BR/borders.gif) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding:0 17px 0 0;
	background:url(../_Arquivos/Imagens/pt_BR/borders.gif) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding: 0px;
	margin-bottom: -13px;
	}
/* CSS for the box ends here */


.type2 .i1,
.type2 .i2 {
	background-image:url(../_Arquivos/Imagens/pt_BR/borders_type2.gif);
}
.type2 .i3 { background: #ffecc4; border:1px solid #ffecc4;}
.type2 .bt,
.type2 .bt div,
.type2 .bb,
.type2 .bb div {
	background-image:url(../_Arquivos/Imagens/pt_BR/box_type2.gif);
}