body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}.txt_cinza_claro {
	color: #CCCCCC;
}
.bg {
	background-image: url(../_imagens/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 33px;
	background-color: #CEECF2;
}

a {
	color: #3198A4;
	text-decoration: none;
	font-size: 12px;
}

h1, h2, form {
	margin: 0;
	font-weight: normal;
}

tr, td {
	font-size: 12px;
}
#encurtador input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 2px solid #CCCCCC;
	padding: 8px;
	ie-paddingt: 8px;
	moz-padding: 8px;
	color: #666666;
	height: 40px;
}
.brd_base {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #34A2AE;
}
.txt_vermelho {
	color: #CC0000;
}
#resultado {
	background-color: #ACDFE8;
	padding: 4px;
}
.btn_turqueza {
	font-weight: bold; color: #FFFFFF; background-color: #3198A4;
}
#sucessCopy { 
	background: #3198A4; 
	padding: 8px 0 0 0; 
	text-align:center; 
	color:#930; width:100%;
	height:24px;
	margin:0 auto; 
	position:absolute; 
	z-index:999; 
	left:auto; top:0;
	filter:alpha(opacity=80); 
   -moz-opacity: 0.8; 
    opacity: 0.8;
   	text-align:center; 
	font: bold 14px Arial, Helvetica, sans-serif!important; 
	color: #FFF;
	text-shadow: none;
	outline: 1px solid #F2F2F2;
	display: none;
}

.btn_encurtar {
	background:url(../_imagens/btn_encurtar.png) no-repeat 0 0;
	height: 40px;
	width: 170px;
	cursor: pointer;
	border: 0 none;
}

.btn_contar {
	background:url(../_imagens/btn_contar.png) no-repeat 0 0;
	height: 40px;
	width: 170px;
	cursor: pointer;
	border: 0 none;
}

.btn_encurtar:hover, .btn_contar:hover {
	background-position: 0 -41px;
}	
	
.btn_encurtar:active, .btn_contar:active {
	background-position: 0 -82px;
}

