/*
 	iPhone specifc style sheet 
	Created: 03/04/09
	Author: Philip Wright
*/

@charset "ISO-8859-1";

body	{ margin: 0; padding: 0; }

div#container	{
	width: 480px;
	margin: 0;
	padding: 0;
	}
	
div#header	{
	height: 9em;
	width: 100%;
	background-image: url(../images/swirl.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding: 0;
	margin: 0;
	}


div#header h1	{ 
	font-size: 24px;
	padding: 45px 10px 10px 70px;
	margin: 0;
	line-height: 30px;
	}	
	
div#header p	{ 
	font-size: 14px;
	padding: 0px 10px 25px 60px;
	margin: 0;
	text-align: right;
	border-bottom: 1px solid #cccccc;
	}	
	
div#mainText	{
	padding: 0 0 0 70px;
	margin: 0 0 20px 0;
	float: none;
	width: 330px;
	}

#mainText.longcopy	{
	width: 330px;
	}
	
div#supportingContent	{
	display: none;
	}

blockquote	{
	margin: 1em .5em;
}	

label	{
	width: 272px;
	}

form input[type="text"], form input[type="email"], form textarea	{
	width: 272px;
		
	}
	
input[type="checkbox"]	{
	margin-left: 10px;
	float: left;
	}






