/* CSS Document */
.siteInternas { width:980px !important; text-align:justify; line-height:150%; }
h2 { color:#a0c200; }
.textAreaTeste { width:979px; height:276px; background:#FFF; font-family:Tahoma, Geneva, sans-serif; padding-top:10px; margin-bottom:20px; border-bottom:none; border-right:none; border-top:1px solid #B3B3B3; border-left:1px solid #B3B3B3; text-indent:10px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
#lieaceito { vertical-align:middle; margin:0 5px 0 0; }
.linkTeste { display:block; width:254px; height:42px; line-height:42px; background:#6C6C6C; margin:10px 0 0 0; padding:0; cursor:pointer; color:#FFF; font-family:'Museo500'; border:none; text-align:center; }
.linkTeste:active, .linkTeste:visited { background:#6C6C6C; color:#FFF; }
.linkTeste:hover { background:#a0c200; color:#FFF; }
label { float:left; width:360px; height:32px; margin:0 28px 20px 0; }
label input { width:329px; height:31px; background:#FFF; border-bottom:none; border-right:none; border-top:1px solid #B3B3B3; border-left:1px solid #B3B3B3; text-indent:10px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
label input[type="checkbox"] { width:15px; height:15px; }

#divTesteGeraisSelect {
	width:550px;
	height:26px;
	line-height:26px;
	background:url(/imagens/testegratisFundoSelect.png);
	padding:3px 10px;
	cursor:pointer;	
}
#divTesteGeraisSelectLista {
	width:570px; 
	display:none; 
	position:absolute; 
	bottom:-940%; 
	border:1px solid #CCCCCC; 
	background:#FFFFFF;
	left:0px;
	height:300px;
	overflow:auto;
}
.listaSelectSeguimento {
	display:block;
	/*width:550px;*/
	line-height:20px;
	padding:2px 5px;
}
.listaSelectSeguimento:hover {
	background:#F3F3F3;
}

@media screen and (max-width: 500px) {
	.passosImg { display:none; }
	.siteInternas { width:320px !important; }
	.textAreaTeste { width:319px; height:150px; }
	.linkTeste { width:320px; height:30px; line-height:30px; }
	label { float:left; width:320px; height:26px; margin:0 0 10px 0; }
	label input { width:308px; height:20px; }
	.testeGratisLogin { width:320px; }
}