﻿@charset "UTF-8";
/*
+--------------------------------------------------------------+
	Import CSS
+--------------------------------------------------------------+
*/
	@import url("reset.css");
	@import url("presets.css");
	@import url("curvyCorners.css");
	@import url("dropDownList.css");

/*
+--------------------------------------------------------------+
	Medidas
+--------------------------------------------------------------+
*/
/* Margin */
.m0 {
	margin: 0;
}
.m10 {
	margin: 10px;
}
.m15 {
	margin: 15px;
}
.m20 {
	margin: 20px;
}
/* Margin Top */
.mt0 {
	margin-top: 0;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
/* Margin Left */
.ml0 {
	margin-left: 0;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
/* Margin Bottom */
.mb0 {
	margin-bottom: 0;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
/* Margin Right */
.mr0 {
	margin-right: 0;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}

/* Padding */
.p0 {
	padding: 0;
}
.p10 {
	padding: 10px;
}
.p15 {
	padding: 15px;
}
.p20 {
	padding: 20px;
}
/* Padding Top */
.pt0 {
	padding-top: 0;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
/* Padding Left */
.pl0 {
	padding-left: 0;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}
/* Padding Bottom */
.pb0 {
	padding-bottom: 0;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
/* Padding Right */
.pb0 {
	padding-right: 0;
}
.pb10 {
	padding-right: 10px;
}
.pb15 {
	padding-right: 15px;
}
.pb20 {
	padding-right: 20px;
}
/* Width */
.w100 {
	width: 100px;
}
.w150 {
	width: 150px;
}
.w200 {
	width: 200px;
}
.w400 {
	width: 400px;
}
.w500 {
	width: 500px;
}
.w550 {
	width: 550px;
}
.w970 {
	width: 970px;
}
.w100p {
	width: 100%;
}
/* Height */
.h100 {
	height: 100px;
}
.h200 {
	height: 200px;
}
.h400 {
	height: 400px;
}

/*
+--------------------------------------------------------------+
	Cores
+--------------------------------------------------------------+
*/
.c000 {
	color: #000;
}
.c333 {
	color: #333;
}
.c666 {
	color: #666;
}
.cFFF {
	color: #FFF;
}

/*
+--------------------------------------------------------------+
	Geral
+--------------------------------------------------------------+
*/
* {
	font-family: Arial;
}
html {
	font-size: 12px;
	color: #003366;
	background-color: #FFF;
}
a:hover {
	text-decoration: underline;
}
small {
	font-size: 10px;
}
label {
	line-height: 1em;
}
input, select, textarea {
	line-height: 1em;
	border: 1px solid #333;
	color: #000;
}
input, textarea {
	padding-left: 5px;
}
option {
	color: #000;
}
.geral {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.hr {
	line-height: 1px;
	height: 1px;
	border-top: 1px solid #a9a9a9;
}
/*
+--------------------------------------------------------------+
	BTs
+--------------------------------------------------------------+
*/
.bt_assistir {
	background: url(../IMG/bt_assistir.gif) 0px 0px no-repeat;
	width: 70px;
	height: 18px;
	display: inline-block;
}
.bt_confiraChat {
	background: url(../IMG/txt_confiraChat.gif) 0px 0px no-repeat;
	width: 226px;
	height: 12px;
	display: inline-block;
	font-size: 1px;
}
.bt_confiraChat span {
	background: none;
}
.ie7 .bt_confiraChat {
	line-height: 1px;
}
/*
+--------------------------------------------------------------+
	Menu
+--------------------------------------------------------------+
*/
.pgHome .header {
	width: 960px;
	height: 476px;
	background: url(../IMG/bg_header.gif) top left no-repeat;
	position: relative;
}
.mnBg {
	width: 735px;
	padding-bottom: 12px;
	background: url(../IMG/mn_bottom.gif) bottom left no-repeat;
	position: absolute;
	left: 124px;
	top: 0;
	z-index: 10;
}
.mainMenu {
	background: url(../IMG/bg_menu.gif) repeat-x;
	padding: 29px 0 0 26px;
	height: 55px;
}
.mainMenu .menu {
	height: 36px;
	float: left;
	margin-right: 50px;
}
.mainMenu .menu li {
	float: left;
}
.mainMenu .menu li a {
	background-image: url(../IMG/bt_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 35px;
	width: 108px;
	margin-right: 9px;
	text-indent: -99999px;
}
.mainMenu .menu li a.mnPrevencao {
	background-image: url(../IMG/bt_prevencao.gif);
}
.mainMenu .menu li a.mnDiagnostico {
	background-image: url(../IMG/bt_diagnostico.gif);
}
.mainMenu .menu li a.mnTratamento {
	background-image: url(../IMG/bt_tratamento.gif);
	margin:0;
}
.mainMenu .menu li a:hover {
	background-position: left bottom;
}
.pgHome .mainMenu .menu li a.mnHome,
.pgDiagnostico .mainMenu .menu li a.mnDiagnostico,
.pgTratamento .mainMenu .menu li a.mnTratamento,
.pgPrevencao .mainMenu .menu li a.mnPrevencao {
	background-position: left bottom !important;
}
.mainMenu .bxCompartilhe {
	width: 190px;
	margin-top: -15px;
	float: left;
}
.mainMenu .bxCompartilhe h4 {
	background: url(../IMG/txt_compartilhe.gif) no-repeat;
	text-indent: -99999px;
	margin-bottom: 4px;
}
.mainMenu .bxCompartilhe ul {
	height: 28px;
	margin-bottom: 10px;
}
.mainMenu .bxCompartilhe ul li {
	float: left;
}
.mainMenu .bxCompartilhe ul li a {
	background-image: url(../IMG/ico_twitter.gif);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 28px;
	margin-right: 9px;
	text-indent: -99999px;
}
.mainMenu .bxCompartilhe .addthis_button_twitter,
.mainMenu .bxCompartilhe .addthis_button_orkut,
.mainMenu .bxCompartilhe .addthis_button_facebook,
.mainMenu .bxCompartilhe .addthis_button_aimShare,
.mainMenu .bxCompartilhe .addthis_button_digg {
	padding: 0;
	margin-right: 9px;
	margin-bottom: 8px;
}
.mainMenu .bxCompartilhe .addthis_button_twitter span {
	background-image: url(../IMG/ico_twitter.gif);
	background-position: top left;
	display: block;
	height: 28px;
	width: 28px;
}
.mainMenu .bxCompartilhe .addthis_button_orkut span {
	background-image: url(../IMG/ico_orkut.gif);
	background-position: top left;
	display: block;
	height: 28px;
	width: 28px;
}

.mainMenu .bxCompartilhe .addthis_button_facebook span {
	background-image: url(../IMG/ico_facebook.gif);
	background-position: top left;
	display: block;
	height: 28px;
	width: 28px;
}

.mainMenu .bxCompartilhe .addthis_button_aimShare span {
	background-image: url(../IMG/ico_aimShare.gif);
	background-position: top left;
	display: block;
	height: 28px;
	width: 28px;
}

.mainMenu .bxCompartilhe .addthis_button_digg span {
	background-image: url(../IMG/ico_digg.gif);
	background-position: top left;
	display: block;
	height: 28px;
	width: 28px;
}


.mainMenu .bxCompartilhe .bt_youtube {
	background-image: url(../IMG/txt_canalYoutube.gif);
	background-repeat: no-repeat;
	display: block;
	height: 13px;
	width: 177px;
	text-indent: -99999px;
	clear: both;
}
.mainMenu .bxCompartilhe .addthis_button_compact {
	color: #333333;
	margin-bottom: 4px;
}
.mainMenu .bxCompartilhe .addthis_separator {
	margin-right: 70px;
	margin-bottom: 4px;
}
.header .box_video {
	position: absolute;
	top: 114px;
	left: 65px;
}
.header .logo_home {
	width: 205px;
	height: 288px;
	background: url(../IMG/header_logo.gif) top left no-repeat;
	position: absolute;
	top: 137px;
	left: 682px;
}
.header .logo_home h1, .header .logo_home p {
	text-indent: -9999px;
}
/* Home */
.bxMensagem {
	width: 960px;
	padding-top: 20px;
	margin: 10px 0 3px;
	background: url(../IMG/bg_msgTop.gif) top left no-repeat;
}
.bxMensagem .bxContent {
	background: url(../IMG/bg_msgBottom.gif) bottom left no-repeat;
	padding: 0 24px 20px;
}
.bxMensagem .bxContent h2 {
	width: 227px;
	height: 21px;
	background: url(../IMG/tit_mensagem_neguinho.gif) top left no-repeat;
	text-indent: -99999px;
	margin: 0 0 6px 3px;
}
.bxMensagem .bxContent .bx {
	width: 398px;
	height: 140px;
	padding: 10px 25px 7px 20px;
	font-size: 11px;
	float: left;
}
.bxMensagem .bxContent .bxPrevencao {
	background-color: #9dc9da;
	margin-right: 24px;
}
.bxMensagem .bxContent .bx h3 {
	width: 135px;
	height: 35px;
	text-indent: -99999px;
	margin-bottom: 3px;
}
.bxMensagem .bxContent .bxPrevencao h3 {
	background: url(../IMG/tit_prevencao.gif) top left no-repeat;
}
.bxMensagem .bxContent .bt_ouvirMsg {
	width: 139px;
	height: 29px;
	background: url(../IMG/bt_ouvirMensagem.gif) top left no-repeat;
	text-indent: -99999px;
	margin: 13px 0 0 -3px;
	display: block;
}
.bxContent .bx_envio {
	width: 175px;
	float: right;
}
.bxContent .bx_envio p {
	padding: 20px 0 17px;
}
.bxContent label {
	width: 142px;
	height: 16px;
	background: url(../IMG/txt_envie_para_amigo_9dc9da.gif) top left no-repeat;
	text-indent: -99999px;
	margin-top: 9px;
	display: block;
}
.bxContent span {
	margin-top: 5px;
	background-color: #FFF;
	padding: 2px 0;
	display: inline-block;
}
.ie6 .bxContent span {
	padding-top: 5px;
	padding-bottom: 1px;
}
.bxContent input {
	border: none;
	width: 117px;
	color: #003366;
	font-size: 11px;
}
.bxContent input.ddd {
	border: none;
	width: 39px;
}
.bxContent .bt_enviar {
	width: 55px;
	height: 14px;
	background: url(../IMG/bt_enviar_9dc9da.gif) top left no-repeat;
	text-indent: -99999px;
	float: right;
	margin-top: 8px;
	display: block;
}
.bxContent .bt_enviar.enviarOutra {
	margin-top: 6px;
	width: 82px;
}
.bxContent .bxPrevencao .bt_enviar.enviarOutra {
	background-image: url(../IMG/bt_enviarOutra_9dc9da.gif);
}
.bxContent .bxSuperacao .bt_enviar.enviarOutra {
	background-image: url(../IMG/bt_enviarOutra_96b9da.gif);
}
.bxContent .bxSuperacao {
	background-color: #95b8d8;
}
.bxContent .bxSuperacao h3 {
	background: url(../IMG/tit_superacao.gif) top left no-repeat;
}
.bxBottom {
	clear: both;
}
.bxBottom .bx {
	width: 270px;
	background: url(../IMG/bg_bx_bottom.gif) bottom left no-repeat;
	padding: 31px 22px 0;
	margin-right: 9px;
	float: left;
	height: 185px;
	font-size: 11px;
	color: #333;
}
.bxBottom .bx.bxApoieCausa {
	margin-right: 0;
}
.bxBottom .bx h2 {
	background: url(../IMG/tit_escute_samba.gif) top left no-repeat;
	width: 232px;
	height: 17px;
	text-indent: -99999px;
	margin-bottom: 10px;
}
.bxBottom .bxSamba .player {
	padding: 25px 0 25px 35px;
	display: block;
}
.bxBottom .bxSamba a {
	width: 129px;
	height: 31px;
	background: url(../IMG/bt_download.gif) top left no-repeat;
	text-indent: -99999px;
	display: block;
	float: left;
	margin-right: 10px;
}
.bxBottom .bxSamba a.bt_letra {
	background: url(../IMG/bt_vejaLetra.gif) top left no-repeat;
	margin-right: 0px;
}
.bxBottom .bxFiqueDentro h2 {
	background-image: url(../IMG/tit_fique_por_dentro.gif);
}
.bxBottom .bxFiqueDentro label {
	width: 18px;
	text-indent: -99999px;
	display: block;
	float: left;
}
.bxBottom .bxFiqueDentro input {
	border-color: #aaacad;
	font-size: 11px;
	color: #006699;
	width: 230px;
	line-height: 14px !important;
	padding-top: 2px;
	height: 15px;
}
.bxBottom .bxFiqueDentro input.ddd {
	width: 38px;
}
.bxBottom .bxFiqueDentro input.celular {
	width: 108px;
}
.bxBottom .bxFiqueDentro ul {
	margin-top: 15px;
}
.bxBottom .bxFiqueDentro ul li {
	margin-bottom: 10px;
}
.bxBottom .bxFiqueDentro .bt_enviar {
	width: 52px;
	height: 14px;
	background: url(../IMG/bt_enviar_f2f2f2.gif) top left no-repeat;
	text-indent: -99999px;
	display: inline-block;
	margin-left: 15px;
}
.bxBottom .bxFiqueDentro .bt_enviar span {
	text-indent: -99999px;
	display: block;
}
.bxBottom .bxFiqueDentro .check input {
	width: auto;
	border: none;
	margin-left: 18px;
	vertical-align: top;
}
.bxBottom .bxFiqueDentro .check label {
	width: 160px;
	text-indent: 0;
	float: none;
	display: inline-block;
	margin-left: 5px;
}
.bxBottom .bxApoieCausa h2 {
	background-image: url(../IMG/tit_apoie_esta_causa.gif);
}
.bxBottom .bxApoieCausa .selo {
	display: block;
	margin: 9px auto 2px;
}
.bxBottom .bxApoieCausa textarea {
	width: 220px;
	height: 42px;
	color: #006699;
	font-size: 10px;
	border-color: #aaacad;
	padding: 0px 7px;
	margin: 5px 0 0 16px;
}
.footer {
	height: 91px;
	width: 960px;
	background: url(../IMG/bg_footer.jpg) top left no-repeat;
	position: relative;
	margin-top: 7px;
}
.footer a {
	display:block;
	position:absolute;
	text-indent:-99999px;
}
.footer p {
	text-indent: -99999px;
}
.footer a.abrapreci {
	height:30px;
	left:403px;
	top:35px;
	width:126px;
}
.footer a.abcancer {
	height:53px;
	left:557px;
	top:25px;
	width:130px;
}
.footer a.oncoguia {
	height:53px;
	left:620px;
	top:25px;
	width:109px;
}
.footer a.roche {
	height:38px;
	right:38px;
	top:33px;
	width:65px;
}
.footer a.politica_privacidade {
	height:15px;
	left:30px;
	top:48px;
	width:125px;
}
.footer a.declaracao_legal {
	height:15px;
	left:165px;
	top:50px;
	width:110px;
}
/* Páginas Internas */
.pgInterna .header {
	width: 960px;
	height: 97px;
	position: relative;
	padding-bottom: 49px;
}
.main {
	width: 956px;
	border: solid #dfdfdf;
	border-width: 0 2px;
}
.main .innerMain {
	margin: 0 -2px;
	background: url(../IMG/bg_interna.gif) top left repeat-x;
	position: relative;
	z-index: 1;
}
.innerMain .boxLeft {
	width: 390px;
	float: left;
	margin-right: 7px;
	position: relative;
	z-index: 2;
}
.innerMain .boxRight {
	width: 495px;
	float: left;
	position: relative;
	z-index: 2;
	padding-bottom: 25px;
}
.innerMain .boxRight h2 {
	margin-bottom: 34px;
	text-indent: -99999px;
	height: 30px;
}
.pgLetra .innerMain .boxRight h2 {
	background: url(../IMG/tit_letra_musica.gif) top left no-repeat;
	width: 228px;
}
.pgDiagnostico .innerMain .boxRight h2 {
	background: url(../IMG/tit_diagnostico.gif) top left no-repeat;
	width: 169px;
}
.pgTratamento .innerMain .boxRight h2 {
	background: url(../IMG/tit_tratamento.gif) top left no-repeat;
	width: 161px;
}
.pgPrevencao .innerMain .boxRight h2 {
	background: url(../IMG/tit_prevencao_2.gif) top left no-repeat;
	width: 132px;
}
.pgPolitica .innerMain .boxRight h2 {
	background: url(../IMG/tit_politica_privacidade.gif) top left no-repeat;
	width: 325px;
}
.pgDeclaracao .innerMain .boxRight h2 {
	background: url(../IMG/tit_declaracao_legal.gif) top left no-repeat;
	width: 240px;
}
.pgInterna .boxLeft h1 {
	width: 250px;
	height: 250px;
	background: url(../IMG/logoInt_lacosDeEsperanca.gif) top left no-repeat;
	text-indent: -99999px;
	margin-left: 72px;
}
.pgInterna .boxRight p, .pgInterna .boxRight h3, .pgInterna .boxRight h4, .pgInterna .boxRight ul, .pgInterna .boxRight ol {
	margin-bottom: 15px;
}
.pgInterna .boxRight ul {
	padding-left: 15px;
}
.pgInterna .boxRight ul li {
	list-style: disc;
}
.pgInterna .boxRight ol  {
	padding-left: 25px;
}
.pgInterna .boxRight ol li {
	margin-bottom: 15px;
}
.pgInterna .boxRight a {
	color: #008280;
}
.pgInterna .mainFooter {
	width: 960px;
	font-size: 1px;
	background: url(../IMG/mg_bottom_interna.gif) top left no-repeat #FFF;
	height: 12px;
}
.boxLeft .box_assistaVideo {
	width: 284px;
	height: 163px;
	background: url(../IMG/bg_assistaVideo.jpg) top left no-repeat;
	margin: 64px 0 0 63px;
	position: relative;
}
.boxLeft .box_assistaVideo p {
	text-indent: -99999px;
}
.boxLeft .box_assistaVideo a {
	width: 87px;
	height: 41px;
	display: block;
	text-indent: -99999px;
	position: absolute;
	top: 104px;
	left: 161px;
}
.boxLeft .btCartilha {
	width: 284px;
	height: 61px;
	display: block;
	background: url(../IMG/bt_downloadCartilha.jpg) top left no-repeat;
	text-indent: -99999px;
	margin: 59px 0 20px 63px;
}
.bxMiddle {
	margin: 10px 0 3px;
	font-size: 11px;
}
.bxMiddle .bx {
	width: 312px;
	height: 221px;
	margin-right: 9px;
	float: left;
	background: url(../IMG/bxMiddle_1.jpg) top left no-repeat;
}
.bxMiddle .bx.bxPrevencao {
	width: 256px;
	height: 191px;
	padding: 30px 30px 0;
}
.bxMiddle .bx.bxDiagnostico {
	width: 259px;
	height: 185px;
	padding: 36px 0 0 57px;
}
.bxMiddle .bxDiagnostico p {
	font-size: 15px;
	line-height: 21px;
	padding-left: 5px;
	width: 175px;
}
.bxMiddle .bxDiagnostico a {
	width: 186px;
	height: 32px;
	background: url(../IMG/txt_aprenda_sintomas.gif) top left no-repeat;
	text-indent: -99999px;
	display: block;
	margin-top: 13px;
}
.bxMiddle .bx.bxIndiqueAmigo {
	width: 272px;
	height: 198px;
	background-image: url(../IMG/bxMiddle_2.jpg);
	padding: 23px 20px 0;
	font-size: 15px;
	color: #242424;
	line-height: 1.2em !important;
}
.bxMiddle .bx.bxVideoChatAssista {
	width: 272px;
	height: 198px;
	background-image: url(../IMG/bxMiddle_3.jpg);
	padding: 23px 20px 0;
	font-size: 15px;
	color: #242424;
	line-height: 1.2em !important;
	margin-right: 0px;
}
.bxMiddle .bx.bxVideoChatAssista h2 {
	width: 259px;
	height: 28px;
	background: url(../IMG/tit_videoChatAssista.gif) 0px 10px no-repeat;
}
.bxMiddle .bx.bxVideoChatAssista p,
.bxMiddle .bx.bxVideoChatAssista p a {
	font-size: 18px;
	color: #666666;
}
.bxMiddle .bxIndiqueAmigo a {
	width: 77px;
	height: 15px;
	background: url(../IMG/bt_cliqueAqui.gif) top left no-repeat;
	display: block;
	text-indent: -99999px;
	outline: none;
	margin-top: 10px;
}
.bxMiddle .bx.bxVideoChat {
	width: 275px;
	height: 196px;
	background-image: url(../IMG/bg_bxVideoChat.gif);
	padding: 25px 15px 0 22px;
	margin-right: 0px;
	font-size: 12px;
	color: #242424;
	line-height: 1.2em !important;
}
.bxMiddle .bx h2 {
	width: 226px;
	height: 35px;
	text-indent: -99999px;
	margin-bottom: 3px;
}
.bxMiddle .bxIndiqueAmigo h2 {
	background: url(../IMG/tit_IndiqueAmigo.gif) top left no-repeat;
	height: 24px;
}
.bxMiddle .bxPrevencao h2 {
	background: url(../IMG/tit_prevencao.gif) top left no-repeat;
}
.bxMiddle .bxDiagnostico h2 {
	background: url(../IMG/tit_diagnostico_2.gif) top left no-repeat;
	height: 38px;
}
.bxMiddle .bxVideoChat .bxChatInicio {
	width: 268px;
	height: 109px;
	background: url(../IMG/box_chatInicio.gif) top left no-repeat;
	margin-bottom: 20px;
}
.bxMiddle .bxVideoChat p {
	color: #ffffff;
}
.bxMiddle .bxVideoChat h2 {
	height: 54px;
	width: 251px;
	background: url(../IMG/tit_eventoConscientizacao.gif) top left no-repeat;
	margin: 0 auto 9px;
}
.bxMiddle .bxVideoChat a {
	width: 78px;
	height: 14px;
	display: block;
	text-indent: -99999px;
	background: url(../IMG/bt_saibaMais.gif) top left no-repeat;
	float: right;
	margin-top: 8px;
	padding-right: 8px;
}
.bxMiddle .bxVideoChat .pSMS {
	width: 100px;
	float: left;
	font-size: 11px;
}
.bxMiddle .bxVideoChat input {
	width: 103px;
	height: 15px;
	border: 1px solid #9b9d9f;
	padding-top: 2px;
}
.bxMiddle .bxVideoChat input.ddd {
	width: 33px;
	border: 1px solid #9b9d9f;
}
.bxMiddle .bxVideoChat .data {
	display: block;
	background: url(../IMG/txt_dataEvento.gif) center center no-repeat;
	height: 42px;
	text-indent: -9999px;
	margin-bottom: 13px;
}
.bxMiddle .bt_ouvirMsg {
	width: 139px;
	height: 29px;
	background: url(../IMG/bt_ouvirMensagem.gif) top left no-repeat;
	text-indent: -99999px;
	margin: 13px 0 0 -3px;
	display: block;
}
.bxMiddle .bx_envio {
	width: 175px;
	float: right;
}
.bxMiddle .bxVideoChat .bx_envio {
	width: 160px;
}
.bxMiddle .bx_envio p {
	padding: 20px 0 17px;
}
.bxMiddle label {
	width: 142px;
	height: 16px;
	text-indent: -99999px;
	margin-top: 15px;
	display: block;
}
.bxMiddle span {
	background-color: #FFF;
	padding: 2px 0;
	display: inline-block;
}
.ie6 .bxMiddle span {
	padding-top: 5px;
	padding-bottom: 1px;
}
.bxMiddle input {
	border: none;
	width: 117px;
	color: #003366;
	font-size: 11px;
	height: 17px;
	line-height: 14px !important;
	margin-top: 5px;
	padding-top: 2px;
}
.bxMiddle input.ddd {
	border: none;
	width: 39px;
}
.bxMiddle .bt_enviar {
	width: 55px;
	height: 14px;
	background: url(../IMG/bt_enviar_9dc9da.gif) top left no-repeat;
	text-indent: -99999px;
	float: right;
	margin-top: 8px;
	display: block;
}
.bxMiddle .bt_enviar.enviarOutra {
	margin-top: 6px;
	width: 82px;
}
.bxMiddle .bxPrevencao .bt_enviar.enviarOutra {
	background-image: url(../IMG/bt_enviarOutra_9dc9da.gif);
}
#at16p {
	background: none !important;
	background-color: #7B7B7B !important;
}
.pgRelease .innerMain .boxRight h2 {
	text-indent: 0px;
	font-size: 15px;
	text-align: center;
	margin-bottom: 20px;
}
.pgRelease .innerMain .boxRight h3 {
	font-style: italic;
	text-align: center;
	font-weight: normal;
}