@charset "utf-8";

#Painel {
	position:absolute;
	width:710px;
	height:356px;
	z-index:3;
	left: 50%;
	top: 230px;
	margin-left: -355px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
#Container {
	position:absolute;
	left:50%;
	top:0px;
	width:770px;
	height:730px;
	z-index:1;
	margin-left: -385px;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #666666;
	border-left-color: #666666;
	background-image: url(../figuras/fundo_cont.jpg);
	background-repeat: repeat-y;
}

#Mailing {
	position:absolute;
	width:710px;
	height:65px;
	z-index:4;
	left: 50%;
	margin-left: -355px;
	background-color: #CCCCCC;
	background-image: url(../figuras/fundo_mailing.jpg);
	bottom: 62px;
}

#formMailing {
	position:absolute;
	width:265px;
	height:55px;
	z-index:1;
	left: 440px;
	top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #326793;
	text-align: left;
}

