.seo
{
	display: none;
}
#flashBody
{
	background : #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#flashBodyJP
{
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
#flashBody .flashPage
{
	background : #FFFFFF;
	
	width: 100%;
	min-width: 792px;
	width: expression(document.body.clientWidth < 793 ? "792px": "100%" );
	
	height: 100%;
	min-height: 430px;
	height: expression(document.body.clientHeight < 430 ? "430px": "100%" );
}
#flashBodyJP .flashPageJP
{
	background : #FFFFFF;
	width: 100%;
	min-width: 990px;
    width: expression(document.body.clientWidth < 1000 ? "990px": "100%" );

	height: 100%;
	min-height: 680px;
    height: expression(document.body.clientHeight < 630 ? "620px": "100%" );

	margin: 0px 0px 0px 0px;
}

.getPluginButton
{
	margin-left: 175px;
	margin-top:  -52px;
}

.standardtext
{
	font : 11px/120% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
}

.standardheadline
{
	font : 11px/100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : #000000;
}

.standardlink
{
	font : bold 11px/120% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.standardlink:link
{
	color: #ffdd00;
}

.standardlink:visited
{
	COLOR: #ffdd00;
}

.standardlink:hover
{
	color: #000000;
}

.standardlink:active
{
	color: #000000;
}

body
{
	background : #FFFFFF;
	margin : 0px 0px 0px 0px;
}

.introBody
{
	margin-left: 10%;
	margin-top:  30%;
}

input
{
	font : 11px/120% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
}

select
{
	font : 11px/120% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
}
a{
	color: #000000;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}
a:hover {
	color: #00aeef;
	text-decoration: underline;
}
h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 10px 0px 10px;
	font : 27px Georgia, Times New Roman, sans-serif;
	color: #000000;
}
h2 {
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px 10px 0px 10px;
	font : 12px Georgia, Times New Roman, sans-serif;
	color: #000000;
}
hr {
	border: none;
	border-top: 1px solid black;
	height: 1px;
}
.spacer40px {
	clear: both;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid black;
}
.spacer20px {
	width: 100%;
	height: 20px;
	border-bottom: 1px solid black;
}
.spacer0px {
	width: 100%;
	height: 10px;
	border-bottom: 1px solid black;
}
.standardText {
	padding: 10px 10px 0px 10px;
	
	font : 12px Georgia, Times New Roman, sans-serif;
	font-style: italic;
	font-weight: 300;
	color: #00aeef;
}
.hidden {
	display: none;
}
.iscroll 
{
	position: absolute;
	width: 100%;
	height: 100%;
	
	max-width: 480px;
	max-height: 364px;
	min-height: 140px;

	background: url(../iphone/iscroll.gif) no-repeat bottom left;
}
