* {
	padding: 0;
	margin: 0;
	border: 0;
	line-height: 1em;
}

body {
	background: url(/static/images/bg.png);
	font: 9pt "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: url(/static/images/bg.png);
}

input.prepopulated {
	color: #777;
}

input {
	border: 1px solid #777;
	background: url(/static/images/home/inputbg.png) repeat-x;
	background-color: white;
}
