/*
 * SimpleModal Basic Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */
#option5000,
#option3000{
    display: none;
}

/* Overlay */
#simplemodal-overlay {
    background-color: #42243d;
}

/* Container */
#simplemodal-container {
    height: 360px;
    width: 600px;
    color: #bbb;
    background-color: #ffffff;
    border: 4px solid #f87dc2;
    border-radius: 10px;
    padding: 12px;
}



#simplemodal-container a.modalCloseImg {
    background: url(../img/basic/x.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
}

#simplemodal-container #option5000 h3 {
  padding: 2px;
  background: #EE6FA2;
}
#simplemodal-container #option5000 h3 .waku {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, .4);
  background: #EE6FA2;
  padding: 6px 12px;
  border: 1px solid #fff;
}
#simplemodal-container #option3000 h3 {
  padding: 2px;
  background: #FCA44A;
}
#simplemodal-container #option3000 h3 .waku {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, .4);
  background: #FCA44A;
  padding: 6px 12px;
  border: 1px solid #fff;
}
