html {
	margin:0;
	padding:0;
	background: url(bg.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-y: hidden;
}

body {
	font-family: "Arial", Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

a:link { text-decoration: none; } 
a:visited { text-decoration: none; }
a:active { text-decoration: none; }
a:hover { color: #888888; }

#tab {
	border: 2px solid #fafafa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fafafa;
}

input {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 20px;
	text-indent: 5px;
}

.field, #submit {
	width: 300px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#submit {
	letter-spacing: 5px;
	cursor: pointer;
}

#submit:hover {
	color: #ffffff;
	cursor: pointer;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	background: #aaaaaa;
}