/* handcrafted by: Lucas Faccini
	design by Rodrigo Mazza
	we work for Geodesign http://www.geodesign.ppg.br/
*/

body {
	background-color: #f1f1f1;
}

#container {
	margin: 0 auto;
	width: 1024px;	
}

/* form elemets */

form fieldset.email {
	float: left;
	padding: 15px 20px 35px 298px;
	text-align: center;
}

form fieldset.submit {
	float: left;
	padding: 15px 20px 35px 0;
	text-align: center;
}

form fieldset input.email {
	background-color: #fff;
	border: 1px solid #000;
	height: 35px;
	font-size: 30px;
	width: 300px;
}

form fieldset input.submit {
	background-color: #fff;
	border: 1px solid #000;
	height: 40px;
	font-size: 12px;
	width: 70px;
}
form fieldset input.submit:active {
	background-color: #e2e2e2;
}