		
#browser{ display: none;}


body{
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	margin: 0;
}

* {
	margin: 0;
	padding: 0;
	font-family: Helvetica, arial;
}

div#iphone{
	margin: 17px auto 0px auto;
	width: 286px;	
	display: block;
}

h1{
	font-size: 16px;
	color: #999999;
	background-image: url(icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 57px;
	padding-left: 75px;
	padding-top: 7px;
	text-align: justify;
	word-spacing: 3px;
	margin-bottom: 0px;
}

h1 em{
	font-size: 22px;
	color: #30F31F;
	font-style: normal;
	display: block;
	word-spacing: 0px;
}

p{
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	text-align: justify;
	line-height: 10px;
}
p.footer{
	text-align: center;
	line-height: 12px;
	width: 286px;
	margin: 9px auto 17px auto;
}
p.footer a{
	color: #aaaaaa;
	text-decoration: none;
}
p.footer a:hover{
	color: #ffffff;
}
form{
	padding-top: 9px;
}
fieldset{
	margin-top: 20px;
	background-color: #F2F2F2;
	-webkit-border-radius: 8px;
	border: none;
	overflow: hidden;
}

fieldset legend{
	width: 285px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 12px;
	position: absolute;
	background-color: #000;
	margin-top: -21px;
}
fieldset legend small{
	font-size: 12px;
}
h2{
	font-size: 13px;
	color: #666666;
	position: absolute;
	height: 40px;
	line-height: 40px;
	text-align: right;
	width: 103px;
}
h2 span{
	color: #999999;
	margin: 0 2px;
}
input[type="input"]{
	width: 99%;
	padding-left: 110px;
	border: none;
	-webkit-border-radius: 8px;
	display: block;
	margin: 0 auto;
	height: 40px;
	color: #999999;
	background-image: url(icon.png);
	background-repeat: no-repeat;
	background-position: top -300px;
	font-size: 13px;
}
input[type="input"]:focus{
	color: #000000;
}

form hr{
	display: none;
}

fieldset hr{
	display: block !important;
	border: none;
	border-top: 1px solid #999999;
}

/* The button class defines properties for buttons that are either 30px or 46px high  */
input[type="submit"]
{	
   /* Set a button to be a block so its height and width can be adjusted */
	display: block;		    
	
	/* Use the highest button height to ensure that text will vertically align on all buttons */
	line-height: 46px;	 
	
	/* A button will expand to the width of its parent cell if no width is specified */
			
	
	font-size: 20px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	color: #fff;
	
	text-decoration: none;
	text-align: center;
	margin: 10px auto 0px auto;
	color: #fff;
	 /*  Put a 1 pixel blur black shadow below the button's text */
	text-shadow: #000 0px 1px 1px;
	
	/* The right and left borders are 14 pixels wide  */
	border-color: #000;
	border-width: 0px 14px 0px 14px;	   
	-webkit-border-radius: 10px;
	
	/* The leftButton image is split into three. Both left and right sides are 14 pixels wide.  */
	/* The remaining 1 pixel is used for the middle part of the image.	 */
	/* The left and right sides will remain fixed while the middle part is scaling horizontally.  */
	-webkit-border-image: url(brightGreenButton.png) 0 14 0 14;
	background-color: transparent;
}
	
/* Display Adjustments */

html {
	-webkit-text-size-adjust:100%;
}
html input[type="submit"]{
	-webkit-tap-highlight-color:rgba(0,0,0,0.50);
}
html input[type="input"]{
	-webkit-tap-highlight-color:rgba(0,0,0,0.10);
}
html a{
	-webkit-tap-highlight-color:rgba(0,0,0,0.50);
}