* {
	margin: 0;
	padding: 0;
	outline: 0
}
html {
	font: 13px "Helvetica", Arial
}
body {
	background: #FFF;
	overflow:hidden
}
body, html{
	overflow-x:hidden
}
a, a:visited {
	color: #069;
	text-decoration: none
}
a img {
	border: 0
}
a:hover {
	text-decoration: underline
}
h1 {
	font-size: 22px;
	text-rendering: optimizelegibility;
	font-weight: bold
}
.clear {
	clear: both
}
.img-responsiva{
	width:100%;
	height:auto
}
#desprotetor, #box-principal {
	width:800px;
	margin:35px auto 20px auto;
	background:#fff;
	position:relative;
	z-index:10;
	left:inherit;
	top:inherit
}
#menu {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 0 0;
	height: 30px;
	text-align: center;
	border-bottom: 1px solid #dbdbdb;
	font-size: 15px;
	font-weight: bold;
	box-shadow: 0 0 8px #ccc;
	background:#fff;
	background-image: -khtml-gradient(linear,left top,left bottom,from(#fff),to(#f6f6f6));
    background-image: -moz-linear-gradient(top,#fff,#f6f6f6);
    background-image: -ms-linear-gradient(top,#fff,#f6f6f6);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f6f6f6));
    background-image: -webkit-linear-gradient(top,#fff,#f6f6f6);
    background-image: -o-linear-gradient(top,#fff,#f6f6f6);
    background-image: linear-gradient(top,#fff,#f6f6f6);
    box-shadow: 0 0 30px #ccc;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF',endColorstr='#f6f6f6');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#f6f6f6')";
}
#menu ul {
	list-style: none;
	text-align: center;
	height: 30px;
	margin: 0 auto
}
#menu ul li {
	display: inline-block;
	list-style-type: none;
	border-right: 1px solid #dbdbdb
}
#menu ul li a {
	color: #666;
	margin: 0 15px;
	text-decoration: none;
	text-shadow: 0 0 1px #fff
}
#menu ul li a.atual {
	color: #F60;
	text-decoration: none
}
#menu ul li a:hover {
	text-decoration: none;
	color: #F60;
}
#logo {
	width: 464px;
	margin: 0 auto
}
#logo a, #logo a:hover{
	text-decoration:none !important
}
#logo h1 {
	font-size: 13px;
	font-weight: bold;
	color: #6b6767;
	margin: -32px 0 0 160px;
	text-decoration:none
}
#logo h2{
	font:11px 'Arial';
	color:#6b6767;
	margin:10px 10px 30px;
	text-align:center;
	text-decoration:none
}
#social {
	width:242px;
	height:30px;
	margin:15px auto 0;
}
#social > div{
	float:left
}
#facebook {
	margin-right: 2px;
	background:url(http://imagens.antiprotecao.com.br/compartilhar.jpg);
	width:82px;
	height:20px;
	cursor:pointer
}
#twitter {
	margin-left: 4px;
	background:url(http://imagens.antiprotecao.com.br/tweet-button.jpg);
	width:55px;
	height:20px;
	cursor:pointer;
}
#twitter:hover, #facebook:hover{
	opacity:.8
}
#addthis {
	vertical-align: top;
	margin-left: -10px
}

#box-antiprotecao {
    width: 740px;
    height: 50px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    padding: 16px;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    background: #fff;
    position: relative;
    background-image: -khtml-gradient(linear,left top,left bottom,from(#fff),to(#f6f6f6));
    background-image: -moz-linear-gradient(top,#fff,#f6f6f6);
    background-image: -ms-linear-gradient(top,#fff,#f6f6f6);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f6f6f6));
    background-image: -webkit-linear-gradient(top,#fff,#f6f6f6);
    background-image: -o-linear-gradient(top,#fff,#f6f6f6);
    background-image: linear-gradient(top,#fff,#f6f6f6);
    box-shadow: 0 0 30px #ccc;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF',endColorstr='#f6f6f6');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#f6f6f6')";
}

#url {
    width: 550px;
    height: 51px;
    padding: 0 10px;
    line-height: 51px;
    font: 18px Helvetica;
    font-weight: bold;
    float: left;
    border: 1px solid #ddd;
    display: block;
    color: #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

#desproteger {
    color: #FFF;
    font-size: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-shadow: 0 0 5px #222;
    line-height: 52px;
    width: 158px;
    height: 52px;
    float: right;
    cursor: pointer;
    background-image: -moz-linear-gradient(top,#444444,#222222);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#444444),to(#222222));
    background-image: -webkit-linear-gradient(top,#444444,#222222);
    background-image: -o-linear-gradient(top,#444444,#222222);
    background-image: linear-gradient(to bottom,#444444,#222222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#mais-links {
    position: absolute;
    right: 0;
    bottom: -3px;
    cursor: pointer;
    z-index: 1;
}
#menos-links {
    position: absolute;
    right: 0;
    bottom: -4px;
    cursor: pointer;
    z-index: 0;
}
#textarea-url {
	border: 1px solid #CCCCCC!important;
	color: #999;
	font: 16px Helvetica;
	height: 135px;
	left: 20px;
	padding: 5px;
	position: absolute;
	width: 555px;
	opacity: 0
}

#resultado {
	width:705px;
	margin:0 auto;
	font-size:13px;
	display:block;
	text-align:center;
	height:10px;
	opacity:0;
	padding:20px 0;
}
#aguarde{
	font-size:16px;
	margin-bottom:5px
}
#resultado a {
	color: #09f;
	text-decoration: underline
}
#box {
	width: 60%;
	margin: 100px auto 100px auto;
	display: block;
	font: 15px Arial;
	color: #333;
	padding-left: 10px
}
#comandos {
	position: absolute;
	top: 10px;
	right: 10px
}
#comandos a {
	background: url(http://imagens.antiprotecao.com.br/close.gif) no-repeat;
	display: block;
	width: 16px;
	height: 16px
}
#link {
	color: #09f;
	text-decoration: underline
}

#anuncio{
	margin-top:20px
}
#anuncio, #anuncio2 {
	width: 728px;
	margin-left: 38px;
	border-radius: 5px;
	z-index:0;
}
#adblock-remove {
	width: 728px;
	height: 150px;
	background: url(http://imagens.antiprotecao.com.br/liberar-adblock.jpg) top center no-repeat;
	position: relative;
	border: 1px dashed #666;
	display: none;
	box-shadow: 0 15px 20px #ccc;
	margin: 0 auto 20px auto
}
#liberar-adblock {
	position: absolute;
	bottom: 5px;
	left: 95px;
	background: url(http://imagens.antiprotecao.com.br/permitir-anuncios.jpg);
	width:354px;
	height:35px;
}
.hover-adblock{
	background: url(http://imagens.antiprotecao.com.br/permitir-anuncios-2.jpg) !important
}
#anuncio_bloco {
	width: 300px
}
#lateral {
	float:left;
	width:336px;
	background: transparent;
	margin: 35px 0 0 20px;
}
#anuncio-336{
	width:336px;
	margin-left:-5px;
	margin-top:-15px
}
#doacao {
	margin: 40px 0 50px 35px
}
#recado-ajuda{
	width:280px;
	margin:10px 0 0 -15px;
	font-size:15px;
	color:#333
}
#pagseguro {
	float: left;
	width: 120px;
	height: 53px
}
#paypal {
	float: left;
	margin: 3px 0 0 10px
}
#mensagemDoacao {
	float: right;
	width: 500px;
	line-height: 17px
}
.fb-like-box{
	margin-left:-10px
}
.fb-comments {
	margin: 0 auto
}
#facebook-comment {
	width: 740px;
	background: #FFF;
	text-align: center;
	margin: 0 auto
}
#facebook-comment iframe, #facebook iframe {
	position: absolute;
	right: 0
}
#rodape {
    color: #666666;
    font-size: 14px;
    height: auto;
    margin: 10px 0 0;
    padding: 5px 0;
    width: 100%;
}
#rodape > div {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	background:url(http://imagens.antiprotecao.com.br/bg.png) repeat;
	border: 1px solid #FFF;
	border-left: 0;
	border-right: 0;
	box-shadow: 1px 1px 20px #ddd;
}
#rodape a {
	color: #666;
	text-decoration: underline
}
#rodape #copyright {
	float: left
}
#rodape #links {
	float: right
}
#status {
	color: #666;
	width: 900px;
	height: auto;
	border-radius: 5px;
	margin: 10px auto
}
#estatisticas {
	list-style-type: none;
	text-align: center
}
#estatisticas li {
	display: inline-block;
	font: 16px Helvetica;
	margin: 0 0 0 25px
}
#estatisticas li:first-child {
	margin: 0
}
#estatisticas li span {
	color: #999;
	font: 15px Helvetica;
	font-weight:bold
}
.separador {
	width: 100%;
	height: 0;
	border-top: 1px solid #ccc;
	margin: 10px 0 20px 0
}
#leiamais {
	text-decoration: underline;
	cursor: pointer;
	display: inline
}
#more {
	display: none
}
#description {
	text-align: justify
}
#loader {
	background: url(http://imagens.antiprotecao.com.br/desprotegendo.gif);
	width: 213px;
	height: 25px;
	margin: 10px auto;
	border: 0
}
#blockMsg {
	overflow: hidden;
	width: 550px;
	padding: 30px 20px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-moz-border-radius: 8px;
	color: #333;
	z-index: 9999;
	position: fixed;
	text-align: center;
	cursor: auto;
	display: none;
	box-shadow: 0 0 50px #333;
	text-rendering: optimizelegibility;
	font-weight: normal;
	background-color: #f5f5f5;
	*background-color:#e6e6e6;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#e6e6e6', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#e6e6e6')";
	box-shadow: 0 0 30px #bbb;
	border: 1px solid #ccc
}
.sombra {
	box-shadow: 0 0 50px #000
}
#overlay {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	background: #FFF;
	z-index: 9998;
	display: none;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8
}
p {
	margin: 10px 0 0 0
}
#codigo-fonte {
	font-size: 12px;
	margin-top: 5px
}
#como-funciona, #ajuda, #sobre{
	margin-top:60px
}
#como-funciona a{
	color:#9d0000
}
#como-funciona img{
	border: 1px solid #dbdbdb;
	box-shadow:0 0 30px #ccc
}
.head{
	font-size:25px;
	color:#9d0000;
	font-weight:bold;
}
.passo{
	font-size:18px;
	font-weight:bold;
	color:#333;
	margin-top:30px;
}
.navfixa{
	position:fixed;
	z-index:9997;
	top:0
}

.border-last{
	border-right:1px solid #dbdbdb !important
}
#stats-op{
	opacity:0;
	display:none
}
