html {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small
}
body { background: #000 url("img/bg.jpg") repeat }
#tudo { 
	width: 900px;
	margin: 50px auto;
	padding: 10px;
	background: url("img/conteudo.png") repeat;
}
#centro {
	color: #505050;
	text-align: center;
	width: 870px;
	margin: 0 auto;
	padding: 15px;
	background: url("img/conteudo.png") repeat
}

#centro p { line-height: 2em }

.title {
	font-size: 3em;
	margin: 0;
	padding-bottom: 15px;
	border-bottom: 1px #fff dashed
}
.title img { vertical-align: text-top }
.title span { 
	clear: none;
	color: #646496;
	text-shadow: 1px 2px 2px #fff
}

.texto { 
	width: 300px;
	margin: 0 auto
}

#formulario { margin: 30px 0 20px }
label { font-weight: bold }
#nome { background: #fafaff url("img/user.png") center left no-repeat }
#email { background: #fafaff url("img/mail.png") center left no-repeat }
input, textarea { 	
	border: 1px #bbbbdc solid;
	padding: 5px
}
input { 
	width: 200px;
	text-indent: 14px;
	font-family: "Trebuchet MS", "Segoe UI", Arial, Helvetica, sans-serif;
}
input.button {
	text-indent: 0;
	font-weight: bold;
	background-color: #e8e8f0
}
textarea { background-color: #fafaff }