﻿html, body {
  height: 100%;
  background-color: #EEE;  
}

body {
  font-family: Tahoma, Geneva, Verdana, sans-serif; 
  font-size: 11px;
  line-height: 1.2em;
  background-image: url(/images/install/page_bg.gif);
}

.clear {
  clear: both;
}

/*---------------------------------------------------------------------------*/

#wrapper 
{
	position: absolute;
	width: 398px;
	left: 50%;
	margin-top: 50px;
	margin-left: -199px;
}

#wrapper_top 
{
	width: 100%;
	height: 6px;
	background-image: url(/images/install/wrapper_top.gif);
}

#wrapper_bottom 
{
	width: 100%;
	height: 6px;
	background-image: url(/images/install/wrapper_bottom.gif);
}

#wrapper_middle 
{
	width: 384px;
	background-color: #262626;
	background-image: url(/images/install/wrapper_bg.gif);
	padding: 6px 7px 0 7px;
}

#wrapper_logo 
{
	width: 120px;
	height: 36px;
	background-image: url(/images/install/logo.gif);
	background-repeat: no-repeat;
	margin-left: 5px;
}

#content 
{
	margin-top: 10px;
}

#content .button 
{
	cursor: pointer;
}

#content_top
{
	width: 100%;
	height: 5px;
	background-image: url(/images/install/content_top.gif);
}

#content_bottom 
{
	width: 100%;
	height: 5px;
	background-image: url(/images/install/content_bottom.gif);
}

#content_middle 
{
	width: 100%;
	background-image: url(/images/install/content_bg.gif);
	padding-top: 5px;
}

#header 
{
	width: 282px;
	height: 14px;
	background-image: url(/images/install/header.gif);
	margin: 0 10px;
}

#header_intro 
{
	padding: 6px 10px;
}

#stacked_blocks 
{
}

.block 
{
	width: 365px;
	padding: 5px 9px;
}

.block ul 
{
	list-style-type: none;
}

.block li 
{
	float: left;
}

.block_top 
{
	width: 100%;
	height: 4px;
	background-image: url(/images/install/block_top.gif);
}

.block_middle 
{
	width: 100%;
	min-height: 69px;
	height: auto;
	background-color: #FFF;
	background-image: url(/images/install/block_middle.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
* html .block_middle 
{
	height: 69px;
}

.block_bottom 
{
	width: 100%;
	height: 5px;
	background-image: url(/images/install/block_bottom.gif);
}

.block_intro 
{
	padding: 3px 10px 0;
}

.block .btn_install 
{
	float: right;
}

.block .btn_install.install
{
	width: 68px;
	height: 31px;
	background-image: url(/images/install/btn_install.gif);
	margin: 47px 8px 0 0;
}

.block .btn_install.installing
{
	width: 68px;
	height: 31px;
	background-image: url(/images/install/btn_install.gif);
	margin: 47px 8px 0 0;
}

.block .btn_install.installed
{
	width: 81px;
	height: 12px;
	background-image: url(/images/install/tick_installed.gif);
	margin: 62px 8px 0 0;
}

.icon 
{
	margin: 10px 10px 5px 10px;
}

#ico_silverlight 
{
	width: 221px;
	height: 65px;
	background-image: url(/images/install/ico_silverlight.gif);
}

#ico_autobahn 
{
	width: 143px;
	height: 65px;
	background-image: url(/images/install/ico_autobahn.gif);
}

#enter 
{
	width: 118px;
	height: 31px;
	float: right;
	margin: 5px 10px 5px 10px;
}

#enter .disabled 
{
	width: 100%;
	height: 100%;
	background-image: url(/images/install/btn_enter_disabled.gif);
}

#enter .enabled 
{
	width: 100%;
	height: 100%;
	background-image: url(/images/install/btn_enter_enabled.gif);
}