div.tabs {
	clear: both;
}

div.contentBox {
	clear: both;
	padding: 10px;
	width: 550px;
	border: solid 1px #c0c0c0;
	z-index: 0;
}

div.tabs dt {
	float: left;
	padding: 0 0 0 31px;
	line-height: 34px;
	margin: 0 -1px -1px 0;
	cursor: default;
	position: relative;
	background: url(../images/tabCenter.jpg) repeat-x bottom center;
}

dt span.leftTab {
	left: 0;
	background: url(../images/aba_meio_aba03b.gif) no-repeat bottom center #fff;
}

div.tabs dt.firstTab span.leftTab {
	left: 0;
	background: url(../images/aba_esquerda_off.gif) no-repeat bottom center #fff;
}

div.tabs dt.lastTab span.rightTab {
	right: 0;
	background: url(../images/tabRight.jpg) no-repeat bottom right;
}

div.tabs dt.active {
	height: 34px;
	padding: 0 34px;
	background: url(../images/tabCenterActive.gif) repeat-x bottom center #fff;
}

div.tabs dt.lastTab {
	padding: 0 25px 0 31px;
}

div.tabs dt.lastTab.active {
	padding: 0 34px 0 31px;
}

div.tabs dt.active span.rightTab {
	width: 34px;
	right: 0;
	background: url(../images/aba_meio_aba02_ativo_right.gif) no-repeat right bottom #fff;
}

div.tabs dt.active span.leftTab {
	left: 0;
	background: url(../images/aba_active-left.gif) no-repeat bottom center #fff;
}

div.tabs dd {
	display: none;
}

dt span.leftTab, dt span.rightTab {
	display: block;
	width: 31px;
	height: 34px;
	position: absolute;
	top: 0;
}

div.tabs dt.nextTab {
	padding: 0;
}

div.tabs dt.nextTab.lastTab {
	padding: 0 25px 0 0;
}

div.tabs dt.nextTab span.leftTab {
	display: none;
}

div.dookie {
	margin: 0 0 0 216px;
	width: 556px;
}

.rodape {
	width: 556px;
	float: left;
	text-align: center;
}

td.label {
	width: 60px;
	text-align: right;
}

h2.fale {
	margin: 30px 0 20px 0;
	color: #cf9420;
	font-size: 13px;
}

form.fale {
	margin: 10px 0;
}

form.fale select {
	font-size: 10px;
	width: 145px;
}

form.fale td {
	color: #666666;
}

a.enviar {
	margin: 10px 0 0 20px;
	padding: 2px 30px 2px 0;
	background: url(../_img/homeSeta.gif) no-repeat right center;
}

table.tableBlock {
	margin: 10px 0;
}


