
/**
 * Global Declarations
*********************************************************************************/
body
{
  margin: 0px;
  padding: 0px;
  background: #fff;
  font: normal normal normal 10px/1em Helvetica, Arial, sans-serif;
  background-color: #fff;
}

a
{
  color: #000;
  text-decoration: underline;
}

a:hover
{
  color: #000;
  text-decoration: none;
}

h1
{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #000;
}

p
{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000;
  leading:10px;
}

#content {
	width: 100%;
}


/**
 * Error Page Layout
*********************************************************************************/

.install_black
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height:11pt;
}

.install_pink
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #ee638a;
	line-height:10pt;
}

#flashcontent
{
	width:100%;
	height:704px;
	background-color:#fad8e6;
}

#no_flash_background
{
	background-image:url(../../images/no-flash-bg.jpg);
	background-repeat:no-repeat;
	width:820px;
	height:601px;
	margin-left:auto;
	margin-right:auto;
}

#no_flash_content
{
	position:relative;
	width:365px;
	height:65px;
	padding-left:225px;
	padding-top:265px;
}

#install_button
{
	position:relative;
	padding-left:40px;
	padding-top:5px;
	width:100%;
	height:72px;
}

#error_img_header_container
{
  position:absolute;
  background-color:#000;
  top:0px;
  left:0px;
  width:100%;
  height:80px;
}

#error_content_container
{
  position:absolute;
  background-color:#fff;
  top:80px;
  left:0px;
  padding-left:10px;
}
