a {
	background-color: #222;
	color: #444;
	padding: 2px 4px;
}

a:hover {
	background-color: #111;
	text-decoration: none;
}

a.button {
	background: #F22;
	color: #FFF;
	display: block;
	float: left;
	font: normal 11px arial, helvetica, sans-serif;
	height: 18px;
	line-height: 12px;
	outline: none;
	padding: 6px 8px 0 8px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 70px;
}

a.button:active {
	color: #222;
	height: 17px;
	padding-top: 7px;
}

a.button:hover {
	background: #ADD;
	color: #222;				
}

body {
	background: #222;
	color: #FFF;
	margin: 150px 0 0 0;
}

body, input {
	font: normal 12px verdana, geneva, sans-serif;				
}

div#wrapper {
	margin: 0 auto;
	width: 500px;				
}

form {
	display: block;
	margin: 0 auto 50px auto;
	overflow: hidden;
	width: 298px;
}

img {
	border: none;
}

img#logo {
	display: block;
	height: 62px;
	margin: 0 auto 50px auto;
	width: 198px;
}

input.text {
	background: #FFF;
	border: none;
	color: #666;
	display: block;
	float: left;
	height: 20px;
	margin-right: 8px;
	outline: none;
	padding: 4px 0 0 4px;
	width: 200px;
}

p {
	color: #AAA;
	line-height: 18px;
	margin: 0 0 20px 0;
	text-align: center;
}
