﻿/* ############## Intro Page ############## */
#intro-page-header-image
{
  width: 986px;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; /* fix IE 5.x bug */
  background-image: url(/img/header_bg_intro_page.jpg);
  background-repeat: no-repeat;
  background-position: left;
}
/* within page-content 906px */
#intro-page-wizard-text
{
  float: left;
  display: inline;
  margin-left: 20px;
  height: 190px; /* works for IE to fix the 'min-height' property in '#page-content-frame' */
  width: 306px;
}
#intro-page-wizard-country
{
  float: left;
  display: inline;
  margin-left: 20px;
  height: 190px; /* works for IE to fix the 'min-height' property in '#page-content-frame' */
  width: 270px;
  background-color: #BEB7A0;
}
#intro-page-wizard-lang
{
  float: left;
  display: inline;
  margin-left: 20px;
  height: 190px; /* works for IE to fix the 'min-height' property in '#page-content-frame' */
  width: 270px;
  background-color: #E4E0D2;
}
/* within page-content 906px */

.intro-page-label
{
  font-size: 15px;
  font-weight: bold;
  margin-left: 15px;
  margin-top: 50px;
  margin-bottom: 10px;
}
.intro-page-form-select
{
  margin-left: 15px;
  width: 120px;
}
/* ############## Intro Page ############## */
