@import url(http://fonts.googleapis.com/css?family=Playfair+Display);
/* \\\\\\\\\\\\\\\\\    DEMO CODE   ///////////////////////////////// */
applet, object, iframe {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}

.centerUp {
  margin: 0 auto;
  width: 960px;
}




/* \\\\\\\\\\\\\\\\\    END DEMO CODE   
/* \\\\\\\\\\\\\\\\\    MODAL CODE   ///////////////////////////////// */
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal {
  display: none;
  background: #FFFFFF;
  overflow:hidden;
  z-index: 1001;
  position: absolute;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5px #ccc;
  -moz-box-shadow: 0 3px 5px #ccc;
  box-shadow: 0 3px 5px #ccc;
  min-height: 360px;
  max-width: 360px;
  padding-bottom: 20px;
}

.modal h1 {
  font-family: arial;
  font-weight: 500;
  background: #000;
  border-bottom: 1px solid #d6d0af;
  color: #fffceb;
  margin: 0 0 20px;
  padding: 12px 10px 10px;
  text-align: center;
  font-size: 20px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;

  border: 1px solid #000;
}

.modal .closeBtn {
  position: absolute;
  display: block;
  top: 16px;
  left: 10px;
  background: url(../images/closeBtn.png) no-repeat 0 0;
  width: 22px;
  height: 22px;
  color: white;
  font-weight: bold;
}

.modal iframe{
  position: relative;
  display: block;
  margin: 0 auto;
}

/* \\\\\\\\\\\\\\\\\    END MODAL CODE   ///////////////////////////////// */
