html
{
	height: 100%;
	width: 100%;
	overflow: hidden;
}
body
{
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	font-family: arial;
	color: #454545;
	text-align: center;
}
#upgradeHandle
{
	/*
	position: relative;
	top: -250px;
	*/
}
#upgradebox
{
	position: relative;
	margin-left:auto;
margin-right:auto;
	top: 0px;
	width: 500px;
	height: 312px;
	z-index: 5;
	display: float;
	overflow: hidden;
	/* background-color: #2C3756; */
	/* background-color: #797979; */
	background-repeat: repeat-x;
	background-color: #f8f8f8;
	background-image: url('./images/upgradeBkg.jpg');
	/* background-attachment: fixed; */
	background-position: bottom;
	border-style: solid;
	border-width: 2px;
	border-color: #797979;

}


#upgradeContent
{
	position: relative;
	width: 500px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	/* position: absolute; */
	top: -314px;
	height: 312px;
	display: float;
	overflow: hidden;
	z-index: 10;
}
#tmogSite
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0px;
}
#background
{
	width: 100%;
	height: 100%;
	/* color: #414141; */
	/* for IE */
  filter:alpha(opacity=25);
  /* CSS3 standard */
  opacity:0.25;
  /* for Mozilla */
  -moz-opacity:0.25;
  /* text-align: center; */
  background-color: #cccccc;
  /* visibility: hidden; */
}
#content
{
	/*
	position: absolute;
	left: 0px;
	top: 40px;
	*/
	font-size: 10pt;
}
#content p
{
	font-size: 9pt;
}

#content a:link
{
	color: #737373;
}

#content a:visited
{
	color: #737373;
}

#content a:hover
{
	color: #A2A2A2;
}

#content b
{
	font-size: 11pt;
}
#header
{
	height: 30px;
	width: 500px;
	text-align: center;
	position: absolute;
	color: #F8F8F8;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #AFB0B1;
	/* background-color: #435383; */
	background-color: #949494;
	font-size: 15pt;
}
#buttable
{
	position: relative;
	padding: 0;
	top: 15px;
	text-align: center;
}
#buttable table
{
		position: relative;
			margin: 0 auto 0 auto;
}

/* Signup */
div#signupHolder
{
	display: none;
}

iframe#signupForm
{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
	padding: 0;
	margin: 0;
}

div#activeXBanner
{
	z-index: 150;
	display: block;
	position: absolute;
	top: -75px;
	left: 0;
	height: 75px;
	width: 100%;
	overflow: hidden;
}

div.activeXBanner
{
	/* z-index: 150; */
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	height: 74px;
	width: 100%;
}

div#activeXBanner_bkg
{
	/* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:0.85;
  /* for Mozilla */
  -moz-opacity:0.85;
  background-color: #f2f2f2;

  border-style: solid;
  border-width: 0 0 1px 0;
	border-color: #4E4E4E;
}

div#activeXBanner_txt
{
	text-align: center;
  font-weight: bold;
  font-size: 13pt;
	color: #3F3F3F;
}

div#activeXBanner div#instruc
{
	position: relative;
	top: -20px;
	left: 15px;
	font-size: 9pt;
	text-align: left;
	color: #666666;
}

div#activeXBanner div#close
{
	position: absolute;
	bottom: 5px;
	right: 15px;
	width: 75px;
	height: 15px;
	background-color: #4E4E4E;
	font-size: 8pt;
	color: #FFFFFF;
}