body {
    margin: 0;
    font-family: Helvetica;
	font-size: 12px;
    background: #c5ccd4 url(ii/bg.gif) 0 0 repeat;
    color: #000;
    overflow: hidden;
    -webkit-text-size-adjust: none;
}

i { font-style: normal; display: none; }
body[orient="landscape"] i { display: inline; }

a { 
	text-decoration: none;
	color: #516691;
}

body > h1 {
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    color: #FFFFFF;
    background: url(ii/iPhoneToolbar.png) #6d84a2 repeat-x;
    border-bottom: 1px solid #2d3642;
}

.button {
	display: block;
    -webkit-border-image: url(ii/iPhoneButton.png) 0 6 0 6;
    -webkit-border-radius: 0;
    border-width: 0 6px 0 6px;
    padding: 0;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-decoration: none;
    background: none;
	text-align: center;
}

.panel {
    padding: 15px 9px;
}

#header {
	height: 64px;
	color: #1b232e;
	margin: 0 0 25px;
}

#header img {
	-webkit-border-radius: 4px;
	border: 1px solid #333;
	float: left;
	margin-right: 18px;
}

#header h2 {
	font-size: 18px;
	margin: 0;
	padding: 7px 0 0;
}

#header p {
	font-size: 14px;
	line-height: 17px;
	margin: 0;
	padding: 0;
}

ul {
	background: #fff;
	border: 1px solid #a9abad;
	-webkit-border-radius: 9px;
	list-style-type: none;
	margin: 0 0 15px; padding: 0;
}

li {
	padding: 15px 0;
	border-top: 1px solid #a9abad;
	font-weight: bold;
}

li:first-child {
	border-top: none;
}

li.link {
	padding: 0;
}

li.link a {
	padding: 15px 0;
	display: block;
}

li#safe {
	min-height: 44px;
	line-height: 44px;
}

li strong {
	color: #516691;
	float: left;
	display: block;
	width: 25%;
	text-align: right;
}

li span, li a span {
	color: #000;
	margin-left: 28%;
	display: block;
}

ul.buttons {
	background: transparent;
	border: none;
	list-style-type: none;
	height: 44px;
	margin: 0 0 15px; padding: 0;
}

ul.buttons li {
	border: none;
	width: 49%;
	float: right;
	padding: 0;
}

ul.buttons li:first-child {
	float: left;
}

ul.buttons li a {
	border: 1px solid #a9abad;
	-webkit-border-radius: 9px;
	background: #fff;
	display: block;
	text-align: center;
	height: 42px;
	line-height: 42px;
}
