/* - - - - - - - - - - - - - - - - - */
/* Spodtronic.com                    */
/* iPhone-App-App-Store              */
/* 2009-05-12                        */
/* stefan.goersch@bytebetrieb.com    */
/*                                   */
/* Allgemeine Stylesheets            */
/* - - - - - - - - - - - - - - - - - */



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* G R U N D G E R Ü S T               										   */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* modified by Ari */



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* H E A D E R               								                   */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#header h1 a {
	display:			block;
	width:				345px;
	height:				60px;
	overflow:			hidden;
	text-indent:		-9999px;
	position:			absolute;
	top:				10px;
	left:				0;
}




.header_text_install{
	left:20px;
	top:-50px;
	height:160px;
 	display:inline;
    position:relative;
    text-align:left;
	text-shadow:black 1px 1px 1px;
    letter-spacing:0px;
	font:bold 45px Helvetica, "Arial Rounded MT Bold", Geneva, sans-serif;
    color : #777;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    vertical-align: middle;

}


.instructions{
    letter-spacing:0px;
	font:normal 12px Helvetica, "Arial Rounded MT Bold", Geneva, sans-serif;
    color : #333;
   white-space: normal;
}




/* this is the shrinken image of the 512x512-image to the size of 100x100 */
.image_100_top, .image_100_phone{
	width: 100px;
	height: 100px;
	position: relative;
	top: 0px;
	left: 0px;
	background-repeat:no-repeat;
	-webkit-background-size: 100px 100px;
	display:inline-block;
}

.image_100_mask_white{
	background:url(images/mask_100_white.png);
	width: 100px;
	height: 100px;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	background-repeat:no-repeat;
	-webkit-background-size: 100px 100px;
}

.image_100_phone{
	position: relative;
	top: 144px;
	left: 71px;
}

.image_100_mask_phone{
	background:url(images/mask_100_phone.png);
	width: 100px;
	height: 100px;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	background-repeat:no-repeat;
	-webkit-background-size: 100px 100px;
}

.iphone4{
	background:url(images/iphone4.jpg);
	width: 240px;
	height: 471px;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	background-repeat:no-repeat;
}

.email_input{
margin:0;
padding:0;
left:0px;
height: 20px;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#fff));
border:solid 1px black;
vertical-align:top;
text-align: left top;
color:				#000;
	font-family:		verdana, helvetica, arial, sans-serif;
	font-size:			14px;
	line-height:		18px;

}

.email_submit{
border:0px;
padding:15px 42px 15px 42px;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#4b516e), to(#1d1f2b));
-webkit-border-radius: 16px;
color:				#fff;
	font-family:		verdana, helvetica, arial, sans-serif;
	font-size:			18px;
	line-height:		18px;
	font-weight: bold;
	text-shadow:black -1px -1px 1px;

}

.name_phone{
top:12px;
width:240px;
 	display:inline-block;
    position:relative;
    text-align:center;
	text-shadow:black 1px 1px 1px;
    letter-spacing:0px;
	font:bold 16px Helvetica, "Arial Rounded MT Bold", Geneva, sans-serif;
    color : #fff;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    vertical-align: middle;

}



