#home_form label {
  margin-right: 0px;
}

#home_actionitems {
  visibility: hidden;
}

#home_markup {
  height: 284px;
}

#home_form {
  height: 275px;
}

#home_expand_button {
  visibility: hidden;
}

#home_flash {
  background-color: #E5BB19;
  height: 275px;
  border-bottom: 1px solid black;
}

.showroomlp {
  position: relative;
  left: 50px;
}

#launchpad {
  z-index: 1;
}

#wmxcontent {
  position: relative;
}

#home_markup {
  padding-top: 0px;
  height: 270px;
}

#home_markup p {
  margin-top:5px;
  margin-bottom:5px;
}

#rwsPopupCommercial {
  position: absolute;
  top: 15px;
  width: 344px;
  z-index: 4;
}

#button_popup_commercial {
  display: block;
  width: 242px;
  height: 24px;
}

#popup_commercial {
  position: absolute;
  top:24px;
  z-index: 999;
  background-color: #eee;
  width: 320px;
  height: 280px;
  padding: 10px;
  border: 2px solid #555;
}

#popup_commercial,
#popup_close {
  display:none;
}

#popup_commercial.active,
#popup_close.active {
  display:block;
}

#popup_close {
  background-color: #555;
  color: red;
  font-size: 16px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: underline;
  top: 0;
  vertical-align: middle;
  width: 91px;
}

*+html #rwsPopupCommercial {
  z-index: 999;
}

*html #rwsPopupCommercial {
  z-index: 100;
}

