/* Phone */
button
{
	border: 0px;
	font-size: 12px;
	height: 30px;
	margin: 0px;
	float: left;
}

h1
{
	font-size: 40px;
	margin-bottom: 3px;
}

h2
{
	font-size: 15px;
	margin-top: 3px;
}

html
{
	background-color: #000000;
}

input
{
	border: 0px;
	float: left;
	font-size: 12px;
	height: 30px;
	margin: 0px;
	width: 300px;
	
	/* iPhone */
	-webkit-border-radius:0;
}

video
{
	height: 100%;
	position: absolute;
	right: -100px;
}

#content
{
	top: 155px;
}

#search
{
	padding: 10px;
}