* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	padding: 5% 0;
	text-align: center;
	background: #3D4246;
	font-family: Helvetica, Tahoma, Arial, Sans-serif;
}
#wrp {
	width: 646px;
	height: 170px;
	margin: 0 auto;
}
#wrp #header {
	height: 80px;
	margin-bottom: 50px;
	background: url("../imagens/layout.png") top left;
}
#wrp #header h1 {
	text-indent: -9999px;
}
#wrp form {
	height: 66px;
	overflow: hidden;
	background: url("../imagens/layout.png") no-repeat left bottom;
}
#wrp form input {
	float: left;
	width: 490px;
	padding: 7px 0;
	margin: 18px 0 0 30px;
	background: transparent;
}
#wrp form button {
	color: #fff;
	float: left;
	width: 100px;
	cursor: pointer;
	padding: 23px 0;
	font-size: 13px;
	overflow: hidden;
	margin-left: 20px;
	text-indent: -15px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent;
}
#wrp #url {
	display:none;
}
.cel p {
	color: #fff;
	padding: 0 20px;
	font-size: 13px;
	text-align: left;
	line-height: 150%;
	margin-bottom: 10px;
}
.cel p code {
	color: #00BFE2;
}
.cel p a {
	color: #fff;
}
.cel .copy a {
	display: block;
	padding: 0 20px;
	text-decoration: none;
	background: url("../imagens/copy.png") no-repeat center left;
}
.cel .copy a:hover {
	text-decoration: underline;
}
.cel .go a {
	display: block;
	padding: 0 20px;
	text-decoration: none;
	background: url("../imagens/go.png") no-repeat center left;
}
.cel .go a:hover {
	text-decoration: underline;
}
#wrp .link {
	padding: 10px 20px;
	margin: 10px 20px;
	background: #444A4F;
}
#foot {
	color:#aaa;
}
#foot a {
	color:#aaa;
	font-size:12px;
	line-height:30px;
	text-decoration:none;
}
#foot a:hover {
	color:#fff;
}
#gerandoURL {
	color:#666;
	top:50%;
	left:50%;
	display:none;
	margin-left:-100px;
	margin-top:-15px;
	width: 200px;
	height: 30px;
	font-size:13px;
	line-height:30px;
	position:absolute;
	background: url("../imagens/gerando.png");
}
/**/
.cinzaHint {
color: #cdcdcd;
}
