/* CSS Document */
.bgcartola { 
	background-image: url(cabecalho.jpg);
}
.corpo {
	height: 800px;
	background-image: url(11.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}#titulopg {
	text-align: left;
	padding-left: 20px;
}
#form {
	position: absolute;
	width: 300px;
	margin-top: 15px;
	top: 70px;
	letter-spacing: 1px;
	text-align: left;
	line-height: 150%;
	margin-right: 20px;
	font-weight: bold;
	left: 20px;
}
#email {
	position: absolute;
	margin-left: 20px;
	left: 20px;
	top: 370px;
}

input {
	border-bottom-style: solid;
	border-bottom-color: #6B6454;
	background-color: #EEDAB5;
	color: #6B6454;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #EEDAB5;
	border-right-color: #EEDAB5;
	border-left-color: #EEDAB5;
}
textarea {
	background-color: #EEDAB5;
	color: #6B6454;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEDAB5;
	border-right-color: #EEDAB5;
	border-bottom-color: #6B6454;
	border-left-color: #EEDAB5;

}
#foto {
	position: absolute;
	width: auto;
	height: auto;
	top: 70px;
	right: 50px;
}
