@charset "utf-8";
body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color:#618da8;
}
#container {
	margin:0 auto 0 auto;
	width:1024px;
}
form {
	margin:101px 10px 0 457px;
}
.email {
	background: none;
	border: 0;
	width: 240px;
	height:21px;
	padding-top:3px;
}
.submit {
	background: none;
	border: 0;
	width: 70px;
	height: 24px;
}
