.wizard-page {
  background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#dbdbdb));
  background: -webkit-linear-gradient(top, #3f3f3f, #dbdbdb);
  background: -moz-linear-gradient(top, #3f3f3f, #dbdbdb);
  background: -ms-linear-gradient(top, #3f3f3f, #dbdbdb);
  background: -o-linear-gradient(top, #3f3f3f, #dbdbdb);
  background: linear-gradient(top, #3f3f3f, #dbdbdb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3f3f3f', EndColorStr='#dbdbdb',GradientType=0); }

div.modal {
  display: none;
  position: fixed;
  background: rgba(255, 255, 255, 0.6);
  height: 100%;
  width: 100%;
  z-index: 100; }

div.modal-window {
  border: 3px solid #b5b5b5;
  padding: 10px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%; }

div.loading-indicator {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0px 0px -115px;
  padding: 10px;
  background: #000;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 15px #000000;
  -moz-box-shadow: 0 0 15px #000000;
  box-shadow: 0 0 15px #000000; }

div.loading-indicator img, div.loading-indicator span {
  vertical-align: middle; }

div.loading-indicator span {
  padding-left: 10px; }

form.configuration-form h2 {
  height: 21px;
  margin: 15px 0px;
  padding: 7px 0px 0px 15px;
  background: url(../../media/wizard/header-bg.png) repeat-x;
  font-size: 12px;
  font-weight: bold; }

form.configuration-form h2.error {
  background: url(../../media/wizard/header-error-bg.png) repeat-x; }

div.wizard-content {
  position: relative;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #262626;
  width: 600px;
  position: relative;
  top: 46px;
  padding-bottom: 1px; }

body.wizard-page .header-logo {
  left: 20px;
  top: 10px; }
body.wizard-page div.page-content {
  margin: 0px auto;
  width: 600px; }
body.wizard-page .section-content {
  margin: 0 8px 8px 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  background-color: #EAEAEA;
  padding: 16px 24px;
  display: none;
  position: relative;
  color: #272727;
  line-height: 1.4em;
  moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px; }
body.wizard-page #Lang, body.wizard-page #CountryCode {
  min-width: 286px; }
body.wizard-page #discovered tbody {
  border: 1px solid #DDDDDD; }
body.wizard-page #discovered input {
  vertical-align: baseline; }

div.wizard-content p {
  margin: 4px 0px 15px 0px; }

div.wizard-content label {
  display: block;
  margin: 0px 0px 5px 0px; }

div.wizard-content fieldset label {
  display: block;
  float: left;
  text-align: right;
  width: 150px;
  margin: 3px 10px 0px 0px; }

div.wizard-content fieldset input {
  display: block;
  float: left; }

div.wizard-content fieldset p {
  clear: both;
  padding: 4px 0px 10px 0px; }

div.wizard-content dl dt {
  display: block;
  float: left;
  font-weight: bold;
  clear: both;
  text-align: right;
  width: 150px;
  margin: 0px 10px 10px 0px; }

div.wizard-content dl dd {
  display: block;
  float: left; }

.wizard-logo {
  height: 60px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#262626));
  background: -webkit-linear-gradient(top, #3f3f3f, #262626);
  background: -moz-linear-gradient(top, #3f3f3f, #262626);
  background: -ms-linear-gradient(top, #3f3f3f, #262626);
  background: -o-linear-gradient(top, #3f3f3f, #262626);
  background: linear-gradient(top, #3f3f3f, #262626);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3f3f3f', EndColorStr='#262626',GradientType=0);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

ul.wizard-navigation {
  margin: 8px 8px 0px 8px;
  padding: 8px 0px 4px 0px;
  height: 21px;
  background: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#6a6a6a));
  background: -webkit-linear-gradient(top, #595959, #6a6a6a);
  background: -moz-linear-gradient(top, #595959, #6a6a6a);
  background: -ms-linear-gradient(top, #595959, #6a6a6a);
  background: -o-linear-gradient(top, #595959, #6a6a6a);
  background: linear-gradient(top, #595959, #6a6a6a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#595959', EndColorStr='#6a6a6a',GradientType=0);
  border-top: 1px solid #6E6E6E; }

ul.wizard-navigation li {
  display: block;
  float: left;
  color: #EAEAEA;
  font-weight: 600;
  width: 25%;
  text-align: center;
  text-transform: lowercase; }

ul.wizard-navigation li.active {
  color: #fff; }

div.navigation-indicator {
  margin: 0 8px;
  height: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2098dd), to(#1890d5));
  background: -webkit-linear-gradient(top, #2098dd, #1890d5);
  background: -moz-linear-gradient(top, #2098dd, #1890d5);
  background: -ms-linear-gradient(top, #2098dd, #1890d5);
  background: -o-linear-gradient(top, #2098dd, #1890d5);
  background: linear-gradient(top, #2098dd, #1890d5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2098dd', EndColorStr='#1890d5',GradientType=0);
  position: relative;
  border-top: 1px solid #3ea6e2; }

div.navigation-indicator div.indicator {
  position: absolute;
  top: -9px;
  width: 25%;
  height: 16px;
  background: url(../../../media/wizard/nav-arrow-short.png) center top no-repeat; }

div.wizard-content p.next-previous-controls {
  display: block;
  text-align: right;
  margin: 4px 4px 8px 8px; }

p.next-previous-controls .button-others {
  float: left; }

body.login-page div.page-content {
  width: 395px;
  margin: 0px auto; }

div.login-content {
  width: 380px;
  height: 175px; }

div.login-content fieldset {
  padding: 0px 15px; }

div.login-content fieldset p {
  clear: both; }

div.login-content label {
  display: block;
  float: left;
  font-size: 16px;
  width: 150px; }

div.login-content input.textInput {
  display: block;
  float: right;
  font-size: 16px;
  padding: 3px;
  width: 184px;
  margin-bottom: 10px; }

body.waiting-page .content-box {
  padding: 16px;
  color: #292929; }

div.form-controls {
  width: 100%;
  text-align: right; }

div.form-controls input {
  margin-right: 15px; }

div.wizard-content dl:after, ul.wizard-navigation:after {
  content: ".";
  visibility: hidden;
  height: 0;
  display: block;
  clear: both; }
