p, h3 { padding-top: 1em; }
#addmore {
  width: 80%;
  padding: 1em;
  border: 1px solid red;
  margin: auto;
  position: relative;
}
#addmore #tiny p {
  font-size: .7em;
  width: 80%;
}
#addmore #guest_input {
  display: none;
}
#guest_input { margin-top: 1em; }
#guest_input a { font-weight: bold; }
#guest_input ul{
  margin-left: 90px;
  list-style-image: url(../../images/checkbox.jpg);
}
#guest_input li { margin-top: 1em; }
.yesbill {
  display: none;
}
#backgroundPopup{
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
  height:100%;
  width:100%;
  top:0;
  left:0;
  background:#000000;
  border:1px solid #cecece;
  z-index:1;
  }
  #popupContact{
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
  height:384px;
  width:408px;
  background:#FFFFFF;
  border:2px solid #cecece;
  z-index:2;
  padding:12px;
  font-size:13px;
  font-family: Arial, Helvetica, sans-serif;
  }
  #popupContact h1{
  text-align:left;
  color:red;
  font-size:22px;
  font-weight:700;
  border-bottom:1px dotted #D3D3D3;
  padding-bottom:2px;
  margin-bottom:20px;
  }
  #popupContactClose{
  font-size:14px;
  line-height:14px;
  right:6px;
  top:4px;
  position:absolute;
  color:red;
  font-weight:700;
  display:block;
  cursor: pointer;
  }
  #button{
  text-align:center;
  }
  #error {
    width: 600px;
    padding: 10px 10px;
    border: 3px red solid;
    background-color: #FFFF99;
    margin: auto;
  }
  #error li {
    margin-left: 30px;
    padding-top: 5px;
  }
  #button { display: block; background-color: #ff6908; color: #fff; font-size: 1.4em; margin-top: .5em; font-weight: bold; cursor: pointer; width: 460px;}
  #button:hover { background-color: #d25707;cursor: pointer;}
  #modules { padding-top: 1em; width: 80%; margin: auto;  }

  #modules ul { margin-left: 40px; font-size: .8em; }
  #modules li { padding-top: .7em; }
  #modules h4 { padding-top: 1em; }

  .hideme1 { display: none;}
  .hideme2 { display: none;}

  .red { color: red; font-style: italic; font-weight: bold;}
  .hl { background-color: yellow; }
  .attend { position: absolute; top: 80px; left:0; }





