body {
	margin: 0;
	padding: 0;
	font: normal 14px/1.5 "PT Sans", Helvetica, Arial, sans-serif;
	background: rgb(30, 30, 30);
	color: rgb(220, 220, 220);
}

a:link, a:visited {
	text-decoration: none;
	color: #C0C0C0;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}

a:active {
	text-decoration: none;
}

.tag {
	position: absolute;
	top: 30px;
	left: 0px;
}

.wrapper {
	position: absolute;
	top: 48%;
	left: 50%;
	width: 660px;
	height: 340px;
	margin: -190px 0 0 -330px;
}

imagem-cc {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1 {
	margin-top: 1.5em;
	color: rgba(255, 255, 255, .9);
	line-height: 1;
	font-size: 70px;
	text-align: center;
	font-weight: bold;
	text-shadow: 0px 1px 5px rgb(255, 160, 55), 0px 1px 15px rgb(255, 160, 55);
	cursor: default;
}

h1 em {
	display: inline-block;
	font-size: .29em;
	font-style: normal;
	vertical-align: top;
	margin-left: -.4em;
	padding-top: .46em;
}

.inp {
	height: 35px;
	background: #fff;
	display:inline-block;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

#denaoForm input.email {
	width: 250px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-color: #000000 -moz-use-text-color #000000 #000000;
    border-radius: 5px 0 0 5px;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
}

#denaoForm input#submit {
	width: 80px;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-left: none;
}
.inp.text input { 
	padding: 5px; 
	height: 25px; 
	font-size: 15px; 
	background: transparent;
}

#denaoForm .inp.text {
	position: absolute;
	border: none;
	top: 0;
	left: 0;
}

#denaoForm input#submit {
	font-size: 15px;
	height: 37px;
	color: #fff;
	padding: 0;
	background: #C0C0C0; /* Old browsers */
	background: -moz-linear-gradient(top,  #C0C0C0 0%, #626271 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C0C0C0), color-stop(100%,#626271)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #C0C0C0 0%,#626271 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #C0C0C0 0%,#626271 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #C0C0C0 0%,#626271 100%); /* IE10+ */
	background: linear-gradient(top,  #C0C0C0 0%,#626271 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C0C0C0', endColorstr='#626271',GradientType=0 ); /* IE6-9 */
	display:inline-block;
	position: absolute;
	top: 0;
	right: 0;

}

#denaoForm input#submit:active {
	-webkit-box-shadow: inset -10px 0 2px #333;
	-moz-box-shadow: inset 0 0 2px #333;
	-ms-box-shadow: inset 0 0 2px #333;
	-o-box-shadow: inset 0 0 2px #333;
	box-shadow: inset 0 0 2px #333;
	background: #0574a9;
}

#denaoForm.enviando input.email {
	background-image: url(/images/throb.gif);
	background-repeat: no-repeat;
	background-position: 98% center;
}
#denaoForm { position: relative; height: 40px;}
