@import "reset.css";

body {
	font-family: "Helvetica Neue";
	font-size: 11px;
	color: #444;
}

a {
	padding: 4px;
	background: #f1f1f1;
	color: #444;
	text-decoration: none;
	-webkit-border-radius: 1px;
}

a:hover { background-color: #eaeaea; }

#page {
	width: 960px;
	margin: 50px auto;
}

/***** Forms *****/

input[type=text], input[type=password] {
	width: 280px;
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #e1e1e1;
	display: block;
	-webkit-border-radius: 1px;
}

input[type=text]:hover, input[type=password]:hover { border-color: #ccc; }
input[type=text]:focus, input[type=password]:focus { border-color: #ccd52f; }

input[type=submit], form a {
	margin-right: 1em;
	padding: 1em;
	background: #ccd52f;
	font-size: 11px;
	text-decoration: none;
	border: none;
	-webkit-border-radius: 1px;
}

input[type=submit]:hover, form a:hover {
	background: #b6c00e;
	cursor: pointer;
}

fieldset {
	margin: 0;
	margin-bottom: 2em;
	padding: 0;
	padding-top: 1em;
	display: block;
	border: none;
}

legend {
	font-weight: bold;
	letter-spacing: -1px;
}

ul { padding: 10px; }
li { padding: 5px 0; }

.clearer { clear: both; }
.left { float: left; }
.right { float: right; }
