
body {
  background-image: url(../image/bg2.jpg);
  overflow: hidden;
}
section {
  width: 700px;
  padding-right: 9999px;
  margin-right: -9999px;
  background: #333333;
  background: rgba(0,0,0,0.7);
  position: absolute;
  left: 500px;
  bottom: 150px;
}
section:before, section:after {
  content: "";
  display: table;
}
section:after { clear: both; }
section .cf { *zoom: 1; }
section div {
  width: 600px;
  text-align: left;
  float: left;
  color: white;
  padding: 20px 50px;
}
section h1 {
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
section a {
  color: white;
  font-size: 14px;
}
section strong {
  font-size: 24px;
  font-weight: bold;
}
section label {
  color: white;
  display: block;
}
section form { margin-top: 1em; }
section form div {
  margin-bottom: 0.5em;
  padding: 0;
}
section form input, section form textarea {
  width: 598px;
  height: 18px;
  border: 1px solid #dddddd;
}
section form textarea { height: 6em; }
section form button {
  color: #000000;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  padding: 0.25em 1em;
  margin-top: 1em;
}
div.msg {
  width: 660px;
  margin: 100px auto 200px;
  background: #333333;
  background: rgba(0,0,0,0.7);
  text-align: center;
  padding: 100px 0;
}
div.msg h1 {
  color: white;
  margin-bottom: 1em;
}
div.msg p { color: white; }
