td,
form,
span.bold, 
span.error,
input,
select,
textarea 
{
	font-size:20px !important;
}

body.portraitOrientation {
	/* Hide the left nav by pushing it outside the left boundary */
	/* margin:0 0 0 -124px; */
}

body.landscapeLeftOrientation, 
body.landscapeRightOrientation
{
	/* Hide the left nav by pushing it outside the left boundary */
	/* margin:0 0 0 -214px; */
}
/*
div#iPhoneContentWrapper {
	display:block;
	position:relative;
	width:607px;
	overflow:hidden;
	margin:0 0 0 -124px;
	padding:0;
	text-align:left;
}
*/
/*
body.portraitOrientation div#iPhoneContentWrapper {
	width:609px;
	overflow:hidden;
	margin:0 0 0 -124px;
}

body.landscapeLeftOrientation div#iPhoneContentWrapper, 
body.landscapeRightOrientation div#iPhoneContentWrapper
{
	width:609px;
	overflow:hidden;
	margin:0 0 0 -124px;
}
*/

/*
table.donate-form-table td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:6px;
	color:#000000;
}

span.copyrightnl {
	font-family:Arial, Helvetica, sans-serif;
	font-size:6px;
	color:#CCCCCC;
}

span.copyrightl {
	font-family:Arial, Helvetica, sans-serif;
	font-size:6px;
	color:#CCCCCC;
}
*/

/* Increase the size of paragraph elements for iPhone's Safari */
/*
p {
    -webkit-text-size-adjust: 120%;
}
*/

/* Multiple declarations inside a media type block for iPhone's Safari */
/*
@media handheld, only screen and (max-device-width: 480px) {
	p {
	    
	}    
}
*/