/*
 * Copyright (c) 2008-2010 Made to Order Software Corp.
 *
 * All Rights Reserved.
 *
 * See LICENSE.txt for more information about the license
 * agreement for this module.
 */

/**
 * MO List Builder, for Drupal 6.x
 * contact@m2osw.com
 */

#mo_list_builder_overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  /* other parameters are dynamic */
}

#mo_list_builder {
  padding: 20px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
  width: 300px;
  background-color: white;
}

#mo_list_builder_close_button {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1020;
  width: 25px;
  height: 25px;
  background: transparent url(close-button.png) no-repeat 0 0;
  cursor: pointer;
}

#mo_list_builder_thankyou_page {
  padding: 20px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1015;
  width: 300px;
  background-color: white;
}

#mo_list_builder_cancel_link {
  cursor: pointer;
}

#mo_list_builder_thank_you {
  padding: 3px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
  height: 25px;
  background: white;
  color: black;
  font-size: 15px;
  text-align: center;
  border-bottom: 1px black solid;
  cursor: pointer;
}
