body {
  
  font-family: Arial, Helvetica, sans-serif;
  
  background-color: #000;
  color: #fff;
  font-family: Arial, sans-serif;
  text-align: left;
  font-size: 14px;
  
  background-image: url(images/bg1.jpg);
  background-repeat: no-repeat;
  background-position: 0px 100px;
  
}

#container, #bodycontainer {

  text-align: center;
  margin: auto;
  
}

#postcard {

  border: 1px dashed white;
  width: 550px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 15px;
}

#dear {

  font-style: italic;
  font-size: 12px;
  margin-bottom: 8px;

}

#rname, #sname {

  font-weight: bold;

}

#dedicationp {
  margin-top:5px;
  font-size: 20px;
  
}

#dedication, #captcha {
  width: 550px;
  margin: auto;
}

#captcha {
  text-align: left;
}

#message {
  width: 750px;
  padding: 20px;
  font-size: 12px;
  margin: auto;
  margin-top: 150px;
  background-image: none;
  background-color: black;
  border: 1px dashed white;
}

#help {
  width: 550px;
  text-align: left;
  margin: auto;
  font-size: 10px;

}

#help strong {
  font-weight: bold;
  text-decoration: underline;
}

.hidden {
  
  display:none;
  
}

#disclaimer {
  font-size: 10px;
  font-style: italic;
}

.left {
  float: left;
  width: 200px;
  padding: 0px;
  text-align: right;
  font-size: 12px;
  
}

.left p {
  margin: 0px;
}

.right {
  float: right;
}

.red {
  color: red;
}

#bottomspace {
  height: 180px;
}

.makelink {
  color: #ffff00;
  display: block;
  margin: auto;
  text-align: center;
  width: 550 px;
}

