/* reset */

* {
	padding:0;
	margin:0;
	border:none;
	text-decoration:none;
	list-style:none;
}

/* comuns */

a {
	color:#000;
}

h1 {
	font-size:180%;
	font-weight:normal;
}
h2 {
	font-size:150%;
	font-weight:normal;
	color: #33466E;
}
h3 {
	font-size:120%;
	font-weight:normal;
	color:#33466E;
	
}
.right {
	text-align:right;
}
.float-right {
	float:right;
}
.left {
	text-align:left;
}
.float-left {
	float:left;
}
.clear {
	clear:both;
}
.margem-vertical-5 {
	margin-top:5px;
	margin-bottom:5px;
}
.margem-vertical-10 {
	margin-top:10px;
	margin-bottom:10px;
}
.margem-vertical-20 {
	margin-top:20px;
	margin-bottom:20px;
}
.margem-horizontal-direita-5 {
	margin-right:5px;
}
.margem-horizontal-direita-10 {
	margin-right:10px;
}
.margem-horizontal-direita-20 {
	margin-right:20px;
}
.margem-horizontal-esquerda-5 {
	margin-left:5px;
}
.margem-horizontal-esquerda-10 {
	margin-left:10px;
}
.margem-horizontal-esquerda-20 {
	margin-left:20px;
}
.top-8 {
	margin-top:8px;
}
.top-5 {
	margin-top:5px;
}
.sucesso {
	padding:20px;
	border:#9C0 solid 1px;
	background:#CFC;
	color:#060;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:5px;
	box-shadow: 0px 2px 4px #ccc;	
}
.erro {
	padding:20px;
	border:#C00 solid 1px;
	background:#FCC;
	color:#C00;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:5px;
	box-shadow: 0px 2px 4px #ccc;	
}
.neutro {
	padding:20px;
	border:#CCC solid 1px;
	background:#F2f2f2;
	color:#666;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:5px;
	box-shadow: 0px 2px 4px #ccc;	
}
.bold {
	font-weight:bold;
}
.vermelho {
	color:#C00;
}
.cinza {
	color:#999;
}
.vermelho-grande {
	color:#C00;
	font-size:140%;
}
.azul {
	color:#09C;
}
.cian {
	color:#0CF;
}
.menor {
	font-size:90%;
	
}
.verde {
	color:#99CC00;
}
.canto-arredondado-5 {
	border-radius: 5px;
 	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
	behavior: url(../js/PIE.htc);
}
.canto-arredondado-8 {
	border-radius: 8px;
 	-moz-border-radius: 8px; /* this works only in camino/firefox */
	-webkit-border-radius: 8px; /* this is just for Safari */
	behavior: url(../js/PIE.htc);
}
.canto-arredondado-10 {
	border-radius: 10px;
 	-moz-border-radius: 10px; /* this works only in camino/firefox */
	-webkit-border-radius: 10px; /* this is just for Safari */
	behavior: url(../js/PIE.htc); /*for ie8 ou inferior */
}
.foto-right {
	background:#FFF;
	border:solid 1px #CCC;
	padding:10px;
	float:right;
	margin-left:35px;
	margin-bottom:35px;

}
.foto-left {
	background:#FFF;
	border:solid 1px #CCC;
	padding:10px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;

}
.foto {
	background:#FFF;
	border:solid 1px #CCC;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;

}


/* fontes especiais */

@font-face {
	font-family: 'Conv_Hum521b';
	src: url('../fonts/Hum521b.eot');
	src: local('☺'), url('../fonts/Hum521b.woff') format('woff'), url('../fonts/Hum521b.ttf') format('truetype'), url('../fonts/Hum521b.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* formularios e botoes */

fieldset {
	color:#333;
	font-size:13px;
	padding:20px;
	margin: 0 0 10px 0;
	border:1px solid #EEE;
}
legend {
	color:#A3ACB8;
}
.borda {
	border:solid 1px #CCC;
}
.formulario {
	height:20px;
	background:url(../img/recorte_vm_site_r2_c6.jpg) repeat-x bottom #FFF;
	border:solid 1px #999;
	border-radius: 4px;
 	margin:0 2px 0 2px;
	font-size:12px;
	color:#666;
	padding:2px;
}
.formulario2 {
	height:20px;
	background:url(../img/recorte_vm_site_r2_c6.jpg) repeat-x bottom #FFF;
	border-radius: 4px;
 	margin:0 2px 0 2px;
	font-size:12px;
	color:#666;
	padding:2px;
}
.btn { 
	background:#ED2F59; 
	padding:4px 10px;
	border-radius:4px;
	color:#FFF;
}
.btn:hover { 
	opacity:0.8;
	cursor:pointer;
}

.btn2 { 
	background:#33466E; 
	padding:4px 10px;
	border-radius:4px;
	color:#FFF;
}
.btn2:hover { 
	opacity:0.8;
	cursor:pointer;
}
.botao {
	height:22px;
	color:#FFF;
	background:#33466E;
	border-radius: 4px;
 	-moz-border-radius: 4px; /* this works only in camino/firefox */
	-webkit-border-radius: 4px; /* this is just for Safari */
	behavior: url(../js/PIE.htc); /*for ie8 ou inferior */
	padding:0 3px 3px 3px;
}
.botao:hover {
	opacity:0.8;
	cursor:pointer;
}
.botao-assinar {
	height:33px;
	color:#FFF;
	background: url(../img/fd_botao_laranja.png) repeat-x;
	border-radius: 4px;
 	padding:0 3px 3px 3px;
	margin-top:10px;
}
.botao-assinar:hover {
	background-position:0 -33px;
	cursor:pointer;
}


/* body */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:url(../img/fd-body.jpg) repeat-x #F2F2F2;
}

#fd-interna { 
	background:url(../img/fd-internas.fw.png) repeat-x #F2F2F2; 
}

/* especificos */

#ie6 {
	padding-top:100px;
	width:100%;
	height:800px;
	position:absolute;
	z-index:1;
	background-color:#FFFFFF;
	text-align:center;
    color: black;
	font-size:13px;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	display:none;
}

.box-sombra {
	margin-top:20px;
	margin-bottom:50px;
	padding:10px;
	border:solid 1px #EEE;
	-moz-box-shadow: 0px 7px 15px #ccc;	
	-webkit-box-shadow: 0px 7px 15px #ccc;	
	box-shadow: 0px 7px 15px #ccc;
}

/* topo */

#topo {
	height:192px;
}
#topo-menu {
	height:50px;
	width:1039px;
	margin:auto;
}
#topo-faixa {
	position:relative;
	z-index:1;
	height:130px;
	padding-top:5px;
	margin-top:-8px;
}
#topo-faixa-centro {
	width:1039px;
	height:119px;
	margin:auto;
}
#topo-logo {
	width:389px;
	height:86px;
	float:left;
	margin:12px 0 0 27px;
}
#topo-direita {
	width:596px;
	float:left;
	padding:36px 25px 0 0;
	text-align:right;
}
#topo-menu-links {
	float:left;
	margin:15px 0 0 20px;
	width:525px;
}
#topo-menu-links li {
	float:left;
	padding:0 5px 0 5px;
	font-size:11px;
}
#topo-menu-links li a {
	color:#FFF;
}
.topo-menu-separa-links {
	border-right:solid 1px #D5DDEC;	
}
#topo-login {
	width:350px;
	height:40px;
	margin-right:24px;
	padding-top:7px;
	text-align:right;
	float:right;
	font-size:14px;
	color:#FFF;
}
#topo-botao-atendimento {
	float:right;
	margin-top:-20px;
	margin-right:190px;
	height:34px;
}
#topo-telefones {
	float:right;
	width:180px;
	height:34px;
	color:#21354C;
	font-size:14px;
	padding-right:30px;
	margin-left:150px;
	margin-top:-24px;
	margin-bottom:19px;
	text-align:right;
	background:url(../img/img-tel.fw.png) right center no-repeat;
}
#topo-botoes-planos {
	width:412px;
	clear:both;
	float:right;
	margin-right:-17px;
	margin-top:2px;
}

#botao-residencial {
	width:177px;
	height:48px;
	float:left;
	background:url(../img/bt-residencial.png) 0 2px no-repeat;
	text-indent:-9000px;
}
#botao-residencial:hover {
	cursor:pointer;
	background-position:0 -50px;
}
#botao-empresarial {
	width:219px;
	height:49px;
	padding-top:18px;
	font-size:16px;
	color:#666666;
	float:left;
	background:url(../img/bt-cinza.fw.png) no-repeat;
	background-position:center 2px;
}
#botao-empresarial:hover {
	cursor:pointer;
	opacity:0.7;
}
#botao-contrateagora {
	width:184px;
	height:49px;
	padding-top:18px;
	font-size:17px;
	color:#FFF;
	float:left;
	background:url(../img/bt-rosa.fw.png) 0 2px no-repeat;
}
#botao-contrateagora:hover {
	cursor:pointer;
	opacity:0.9;
}

#botao-empresarial2 {
	width:219px;
	height:49px;
	padding-top:18px;
	font-size:16px;
	color:#666666;
	float:left;
	background:url(../img/bt-cinza.fw.png) no-repeat;
	background-position:center 2px;
}
#botao-empresarial2:hover {
	cursor:pointer;
	opacity:0.7;
}
#botao-contrateagora2 {
	width:184px;
	height:49px;
	padding-top:18px;
	font-size:17px;
	color:#FFF;
	float:left;
	background:url(../img/bt-rosa.fw.png) 0 2px no-repeat;
}
#botao-contrateagora2:hover {
	cursor:pointer;
	opacity:0.9;
}

/* centro */

#centro {
	width:1039px;
	margin:auto;
	margin-top:-28px;
	padding-bottom:30px;
}
.container-top-faixa {
	background:#32466E;
	width:1010px;
	margin:auto;
	height:226px;
	margin-top:12px;
}
.container {
	width:1009px;
	margin:auto;
	padding-top:188px;
	min-height:650px;
	background:#FFF;
	margin-bottom:-30px;
}
#box-banner {
	height:346px;
	text-align:center;
	padding-top:20px;
	position:absolute;
}
#box-banner-interna {
	height:58px;
	background:#33466E;
	border-bottom:solid 4px #EEE;
	text-align:left;
	margin-top:12px;
	padding:30px 0 0 30px;
}
#box-banner-interna h1 {
	font-size:26px;
	color:#FFF;
	text-shadow:2px 1px 2px #36445F;
	behavior: url(../js/PIE.htc);
}
#centro-interna {
	background:#FFF;
	padding:30px;
}
#banner-transp {
	width:966px;
	height:352px;
	background:#FFF;
	border-radius:7px;
 	-moz-border-radius:7px; /* this works only in camino/firefox */
	-webkit-border-radius: 7px; /* this is just for Safari */
	behavior: url(../js/PIE.htc); /*for ie8 ou inferior */
	padding:8px;
	margin:auto;
	z-index:999999;
	border:1px solid #F7F7F7;
}
#banner-sombra-bottom {
	width:1009px;
	margin-top:450px;
	z-index:999999;
	margin:auto;
	height:15px;
	background:url(../img/fd-banner-bottom.png) center no-repeat;
}
#degrade-cinza {
	width:1039px;
	height:89px;
	padding-top:20px;
	background:url(../img/degrade.jpg) repeat-x bottom;
	text-align:center;
}
#chamadas-solucoes {
	width:966px;
	height:98px;
	margin:auto;
}
.solucoes-coluna {
	width:280px;
	float:left;
	font-size:11px;
	padding-left:12px;
}
.solucoes-coluna a {
	color:#666;	
}
.separa-coluna {
	padding-right:20px;
	margin-right:20px;
	border-right:solid 1px #EEE;
}
#chamadas-boxes {
	width:986px;
	margin:auto;
	margin-top:15px;
	margin-bottom:20px;
	margin-left:17px;
}
#chamadas-background-top {
	height:40px;
	background:url(../img/recorte_vm_site_r8_c4.jpg) no-repeat bottom;
}
#chamadas-background-bottom {
	height:40px;
	background:url(../img/recorte_vm_site_r10_c4.jpg) no-repeat top;
}
#chamadas-background {
	height:189px;
	background:url(../img/recorte_vm_site_r9_c4.jpg) no-repeat;
}
#faixa-exclusividade {
	position:absolute;
	margin:-22px 0 0 172px;
	z-index:1;
	width:102px;
	height:88px;
}
.chamada-box {
	float:left;
	margin: 15px 45px 0 40px;
	width:242px;
	font-size:11px;
}
.chamada-box p {
	padding-top:8px;
	margin-bottom:8px;
}
.chamada-box a {
	border:0;
	color:#666;
}
.circu-1 {
	position:absolute;
	margin-left:217px;		
	margin-top:-20px;
}
#botao-saiba-mais {
	width:97px;
	height:22px;
	background:url(../img/bt-saibamais.png) no-repeat;
	text-indent:-9000px;
}
#botao-saiba-mais:hover {
	background-position:0 -22px;
	cursor:pointer;
}
#chamadas-inferiores {
	clear:both;
	width:982px;
	margin:auto;
	height:98px;
	margin-bottom:40px;
}
#chamada-loja {
	width:638px;
	height:194px;
	float:left;
	background:url(../img/degrade2.jpg) repeat-x bottom;
}
#chamada-loja-topo {
	height:20px;
	background:url(../img/loja.jpg) no-repeat bottom;
	margin-bottom:35px;
}
.box-produto {
	width:274px;
	float:left;
	margin-left:20px;
}
.box-produto-interna {
	width:284px;
	float:left;
	margin-left:20px;
	margin-right:20px;
}
.box-produto-separa {
	border-right:solid 1px #EEE;
	padding-right:20px;
}
.box-produto-separa-interna {
	border-right:solid 1px #EEE;
	padding-right:30px;
}
.preco {
	font-size:15px;
	font-weight:bold;
	color:#46C1F2;
	margin-bottom:5px;
}
#mais-produtos {
	width:187px;
	height:21px;
	float:right;
	margin-top:10px;
	
}
#chamada-recarga {
	width:294px;
	float:left;
	margin-left:30px;
}
#box-chamada-recarga {
	background:url(../img/fd-chama-recarga.jpg) repeat-x bottom;
	height:134px;
	border-radius:7px;
 	-moz-border-radius:7px; /* this works only in camino/firefox */
	-webkit-border-radius: 7px; /* this is just for Safari */
	behavior: url(../js/PIE.htc); /*for ie8 ou inferior */	
}
#box-rec {
	padding:0 20px 0 10px;
	font-size:11px;
}
#box-rec a {
	color:#666;
}
#sociais {
	clear:both;
	margin-top:40px;
}
.arte {
	text-align:center;
}
.sombra-bottom-interna {
	height:38px;
	background:url(../img/sombra2.jpg) no-repeat top;
}
.duvida {
	background:url(../img/degrade2.jpg) repeat-x bottom;
	padding:10px 20px 20px 20px;
	margin-bottom:20px;
}
#pagina-content img {
	float:right;
	margin:0 0 20px 20px;
	padding:10px;
	background:#FFF;
	border:solid 1px #EEE;
}
.menu-esquerdo-interna {
	float:left; width:250px; margin-right:20px; background:url(img/degrade.jpg) repeat-x bottom; padding:20px;
}

.box-servicos {
	padding:20px;
	border:#DDD solid 1px;
	background: url(../img/degrade2.jpg) repeat-x bottom;
	color:#666;
	margin-top:10px;
	margin-bottom:40px;
	border-radius:5px;
	box-shadow: 0px 2px 4px #ccc;	
}
.titulo-box-servicos {
	background:#33466E;
	margin-bottom:25px;
	padding:20px;
	font-size:22px;
	color:#FFF;
	border-radius:5px;
	box-shadow: 0px 2px 4px #ccc;
	text-transform:uppercase;
	text-shadow:2px 1px 4px #036;
	behavior: url(../js/PIE.htc);
}
.box-plano {
	padding:20px;
	border:#DDD solid 1px;
	background: url(../img/degrade2.jpg) repeat-x bottom #FFF;
	color:#666;
	margin-top:10px;
	margin-bottom:40px;
	border-radius:5px;
	box-shadow: 0px 2px 4px #ccc;	
}
.box-plano-pq {
	width:262px;
	min-height:270px;
	margin: 10px 10px 20px 10px;
	float:left;
	padding:20px;
	border:#DDD solid 1px;
	border-radius:8px;
	background: url(../img/degrade2.jpg) repeat-x bottom #FFF;
	color:#666;
	box-shadow: 0px 2px 4px #ccc;	
}
.box-plano-linear {
	margin-bottom: 40px;
	padding:20px;
	border:#DDD solid 1px;
	border-radius:8px;
	background: url(../img/degrade2.jpg) repeat-x bottom #FFF;
	color:#666;
	box-shadow: 0px 2px 4px #ccc;	
}

.titulo-box-plano-pq {
	background:#33466E;
	margin-bottom:25px;
	height:50px;
	padding:20px;
	font-size:20px;
	color:#369;
	border-radius:5px;
	box-shadow: 0px 2px 4px #CCC;
	text-transform:uppercase;
	text-shadow:2px 1px 4px #EEE;
	behavior: url(../js/PIE.htc);
}
.titulo-box-plano {
	background: #33466E;
	margin-bottom:25px;
	padding:20px;
	font-size:22px;
	color:#FFF;
	border-radius:5px;
	box-shadow: 0px 2px 4px #ccc;
	text-transform:uppercase;
	text-shadow:2px 1px 4px #036;
	behavior: url(../js/PIE.htc);
}
.laranja {
	color:#F60;
	
}
.box-tarifas {
	padding:20px;
	border:#DDD solid 1px;
	margin-top:10px;
	margin-bottom:40px;
	border-radius:5px;
	box-shadow: 0px 2px 4px #ccc;	
}


#chamada-planos {
	clear:both;
	width:989px;
	margin:auto;
	background:url(../img/fdplanoscapa.jpg) repeat-x bottom #FFF;
	margin-bottom:30px;
}
#chamada-planos-top {
	background:url(../img/plancapa.png) no-repeat ;
	width:977px;
	height:30px;
	margin:auto;
}
#chamada-planos-content {
	padding:20px;
}
.plano-capa {
	float:left;
	margin-right:10px;
	margin-left:25px;
	width:265px;
	font-size:11px;
	padding-right:15px;
}
.plano-capa a {
	color:#666;	
}
#mais-planos {
	width:187px;
	height:21px;
	float:right;
	margin-right:-20px;
}

/* Estilos Novos  - Reformulação */

.chamada-solucao {
	float:left;
	width:320px;
}

.box-solucao {
	width:290px;
	height:144px;
	background:url(../img/fd-box-solucoes.jpg) repeat-x;
	border:1px solid #F0F0F0;
	border-radius:5px;
	padding:20px 0 0 20px;
}
.box-solucao h2 {
	color:#33466E;
	font-size:24px;
	margin-bottom:15px;
}
.box-solucao h3 {
	color:#666666;
	font-size:14px;
	font-weight:normal;
	margin-top:28px;
}

.box-solucao p {
	color:#999999;
	font-size:13px;
	width:250px;
}

.sombra-solucao {
	clear:both;
	width:318px;
	height:8px;
	margin-top:-4px;
}


#box-mensagem {
	width:440px;
	height:236px;
	float:left;
}
#mensagens {
	width:986px;
	height:266px;
	margin-left:15px;
	margin-bottom:30px;
}

#mensagem {
	width:443px;
	height:236px;
	border:1px solid #f0f0f0;
	float:left;
	background:url(../img/fd-mensagem.jpg) repeat-x;
	padding:30px 15px 0 20px;
	border-radius:8px;
}

#sombra-box {
	width:443px;
	height:13px;
}

#mensagem h4 {
	color:#32466E;
	font-size:27px;
	font-weight:normal;
}

#mensagem span {
	color:#32466E;
	font-size:35px;
}

#mensagem p {
	width:210px;
	color:#999;
	font-size:13px;
	margin-top:20px;
	margin-right:50px;
}
#img-mensagem {
	width:152px;
	height:208px;
	position:absolute;
	margin:30px 0 0 230px;
	padding-top:35px;	
}

.saiba-mais {
	width:118px;
	height:21px;
	background:url(../img/bt-saiba.png) no-repeat;
	margin:30px 0 0 -20px;
	text-indent:-9500px;
}

.saiba-mais:hover {
	background-position:0 -21px;
	cursor:pointer;
}

#balao-depoimento {
	width:440px;
	height:120px;
	float:right;
	background:url(../img/balao-depoimento.png) no-repeat top;
	padding:18px 20px;
	margin-right:5px;
}

#balao-depoimento p {
	text-align:center;
	color:#999;
	font-size:25px;
	margin-top:6px;
}

#autor-depoimento {
	color:#A6A6B7;
	position:absolute;
	font-size:14px;
	margin:130px 0 0 220px;
}

#formas-pgto {
	width:480px;
	height:65px;
	float:right;
	margin-right:12px;
}

#formas-pgto p {
	font-size:12px;
	color:#A6A6B7;
	text-align:center;
	margin:25px 0 10px 0;
}
	

/* rodape */
#rodape {
	width:100%;
	height:220px;
	background:url(../img/fundo-rodape.jpg) top repeat-x;
}
#box-rodape {
	clear:both;
	height:204px;
	width:1039px;
	margin:auto;
	font-size:11px;
}
#rodape-roxo {
	height:147px;
	padding:10px;
	color:#FFF;
}
#rodape-links {
	width:558px;
	float:left;
	margin-left:20px;
	margin-top:20px;
}
.rodape-links-coluna {
	width:151px;
	float:left;
	margin-right:35px;
}
.rodape-links-coluna li {
	border-bottom:solid 1px #5D6D8D;
	padding:5px 0 5px 15px;
}
.rodape-links-coluna li a {
	color:#FFF;
}
#rodape-botoes-planos {
	width:412px;
	margin-top:38px;
	float:right;
	height:50px;
	margin-right:-20px;
}
#rodape-logo {
	width:211px;
	height:47px;
	float:right;
	margin-right20px;
	background:url(../img/logo-transp.png) no-repeat;
}
#rodape-assinatura {
	padding:15px 0 0 30px;
	color:#999;
}

.bt-contratar {
	width:340px;
	height:49px;
	float:right;
	background:url(../img/bt-contratar.png) no-repeat;
	text-indent:-9500px;
	margin:25px 0 0 0;
}

.bt-contratar:hover {
	background-position:0 -49px;
	cursor:pointer;
}
#redes {
	width:200px;
	height:47px;
	float:right;
	margin-top:26px;
}


/* slider */

#slider {
    width: 966px; /* important to be same as image width */
    height: 293px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#slider2 li {
    width: 180px; /* important to be same as image width */
    height: 34px; /* important to be same as image height */
	text-align:right;
}
#sliderContent {
    width: 966px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font-family:FutuLt,verdana,sans-serif;
	font-size:26px;
    padding: 30px;
    width: 966px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.sliderImage span strong {
    font-size: 26px;
}



.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

/* slider gallery */ 

#gallery {
	position:relative;
	height:435px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:30px 25px;
		font-family:FutuLt,verdana,sans-serif;
		font-size:26px;
		color:#FFF;
	}