body {
	margin: 0;
	font-family: Helvetica;
	background: #ffffff;
	color: #FFFFFF;
}

.container {
	position: absolute;
	width: 100%;
}

body[orient="profile"] .container {
	height: 416px;
}

body[orient="landscape"] .container {
	height: 268px;
}

.toolbar {
	position: absolute;
	padding: 10px 0;
	width: 100%;
	height: 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-shadow: #3F4E63 0px -1px 1px;
	background: url(iPhoneToolbar.png) #8191AA repeat-x;
}
/*
body[orient="landscape"] .toolbar {
	font-size: 20px;
}
*/
.anchorTop {
	top: 0;
}

.anchorBottom {
	border-top: 1px solid #3f4e63;
	padding-bottom: 9px;
	bottom: 0;
}

.center {
	position: absolute;
	top: 40px;
	bottom: 40px;
	background: #FFFFFF;
}

body[orient="landscape"] .center {
	top: 40px;
	bottom: 40px;
	width: 100%;
}

.item {
	border-bottom: 1px solid #E0E0E0;
	padding: 8px 32px 8px 8px;
	color: #000000;
}