* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
	font: 13px Helvetica;
	background: url(bg.jpg) center top no-repeat;
}

#container {
	background: url(pirate.png) center top no-repeat;
	height: 386px;
	width: 650px;
	position: absolute;
	top:30%;
	left: 50%;
	margin: -193px 0 0 -325px;
	text-align: center;
}

h1 {
	height: 150px;
	color: rgba(0,0,0,0);
	text-indent: -1000000000em;
	overflow: hidden;
	background: url(google.png) center 50px no-repeat;
}

#box {
	padding: 40px 0 40px 0;
	width: 480px;
	margin: 0 auto;
	margin-top: 180px;
}

#input {
	padding: 1px;
	width: 428px;
	margin: 0 auto;

}

#input input {
	outline: 0;
	border: 0;
	background: url(field.png) left top no-repeat;
	-webkit-appearance: textfield;
	font: 19px "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica";
	letter-spacing: 8px;
	color: #8d3e1f;
	width: 414px;
	padding: 6px 6px 6px 7px;
	margin: 0 auto;
}

#input input:focus {
	-webkit-box-shadow: 0 0 18px #cca781;
}

#method {
	text-align: center;
	margin-top: 50px;
}

#method a {
	padding: 3px 6px;
	margin: 0 2px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#method a.active {
}

#method a:hover {
}

#method a:active {
}