html, body, h1, h2, h3, p, a  {
-webkit-text-size-adjust:none;
}

body {
	overflow: visible;
	padding: 0;
	margin: 0;
	font:76% "Trebuchet",Arial,Tahoma,sans-serif;
}

#iphone_header {
	background: #fff url(../images/iphone_logo.png) no-repeat 0 0;
	height: 83px;
	border-top: 4px solid #999999;
	border-right: 1px dotted #c9c9c0;	
}

#iphone_header h1, #iphone_header h2 {
	margin: 0;
	padding: 0;
	height: 0px;
	overflow: hidden;
}

#iphone_body {
	position: relative;
	overflow: hidden;	
	
}


#iphone_body  div {
	position: relative;
	overflow: hidden;	
	padding: 0 5px;
	border-right: 1px dotted #c9c9c0;	
}

#iphone_body h3 {
	font-size: 8pt;
}

#iphone_body p {
	text-align: justify;
	padding: 0 5px;
}

#iphone_body img {
	float: left;
	margin: 0 10px 5px 0;
}

.iphone_page {
	position: absolute;
	width: 100%;
}

#iphone_footer {
	position: relative;
	font-size: 10px;
	color: #666;
	padding: 5px 0 ;
	text-align: center;
	border-top:1px dotted #c9c9c0;
	border-bottom:4px solid #999999;
	border-right: 1px dotted #c9c9c0;	
}

#iphone_footer a {
	text-decoration: none;
	color: #666;
}

#control {
	display: none;
}
