body {
	background: #fff;
	padding: 0;
	margin: 0;
	font: 80%/1.5 "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	color: #000;
}

a {
	color: #00f;
}

#container {
	width: 450px;
	margin: 60px auto 0;
	border: 1px solid #a9cae8;
	background: #eee;
	padding: 10px;
}

#container h1 {
	font-size: 140%;
	font-weight: normal;
	color: #1e568a;
	width: 100%;
	height: 25px;
	text-indent: -9999px;
	background: transparent url('../i/mobilelogo.gif') center top no-repeat;
}

textarea {
	width: 100%;
	height: 250px;
	font: 90%/1.5 "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;		
}

.note {
	color: #889;
}
