h1 {
  margin: 0 0 20px 0;
  padding: 10px 0 15px 30px;
  background-color: #c0e0ff;
  font-size: 30px;
  font-weight: 500;
}
#content {
  margin: 15px;
  width: 1000px;
  background-color: #fff;
  font-size: 15px;
  overflow: hidden;
}
#content #logtomodel {
  width: 940px;
  height: 304px;
  padding: 0 30px 20px 30px;
}
div.sectionhead {
  margin: 0 0 15px;
  padding: 5px 30px;
  background-color: #c0e0ff;
  font-size: 18px;
  font-weight: 500;
}
div.sectiontitle {
  padding: 0 0 5px;
  font-weight: 500;
}
div.sectiontext {
  margin: 0 10px 25px;
  padding: 0 20px;
}
div.subtext {
  margin: 10px 5px 0 20px;
  padding: 5px;
  background-color: #fff0d9;
}
#content, div.subtext {
  border-radius: 5px;
  -moz-box-shadow: 2px 2px 5px 2px #888;
  -webkit-box-shadow: 2px 2px 5px 2px #888;
  box-shadow: 2px 2px 5px 2px #888;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888');
}
span.i {
  font-style: italic;
}
span.b {
  font-weight: 500;
}
span.mono {
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
}
span.regex {
  margin: 0 0 0 20px;
  padding: 2px 5px 1px;
  background-color: #efe0c9;
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
}
div.smallspace {
  margin: 10px;
}
