body {
  text-align: center;
  color: #333333;
  font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 0;
  margin: 0;
}
h2 {
  margin: 0;
  padding: 1em 0 0;
  font-size: 1.15em;
  color: #000;
}
h3 {
  font-size: 1.05em;
  margin: 0;
  padding: 5px 0 1em;
}
a, a:link, a:visited {
  text-decoration: none;
  color: #333;
  outline: none;
}
abbr {
  text-decoration: none;
}
.main_container {
  margin-top: 30px;
}
.button {
  border: 3px solid #59A42E;
  padding: 10px 20px;
  width: 400px;
  margin: 20px auto 0; 
  font-weight: bold;
  font-size: 1.2em;
  background: transparent url(images/buttongradient.png) center bottom repeat-x;
  cursor: pointer;
}
#kf_alert_overlay {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  background: url(images/green-bg-overlay.png) transparent repeat 0 0;
}
#kf_alert {
  width: 550px;
  position: fixed;
  padding: 10px 20px 30px;
  margin: -260px 0 0 -290px;
  left: 50%;
  top: 50%;
  background: transparent url(images/white-bg-transparent.png) repeat 0 0;
  border-top: 2px solid #585757;
  border-right: 2px solid #585757;
  border-bottom: 2px solid #585757;
  border-left: 2px solid #585757;
  z-index: 10;
  text-align: left;
}
.thisbook {
  float: left;
  padding-right: 25px;
}
.callout-list {
  margin-top: 13px;
}
.callout-list li {
  padding-bottom: 5px;
}
.calloutitem  {
  float: left;
}
.calloutimg {
  padding-top: 13px;
}
.callouttext {
  padding-left: 10px;
  width: 250px;
  color: #000;
}

.emailForm  {
  margin-top: 18px;
  float: left;
}
.emailForm input {
  height: 28px;
  line-height: 28px;
  margin: 0;
  padding: 3px 0;
  vertical-align: top;
}
.emailForm .email.highlighted {
  background-color: #ccf6a5;
  color: #000;
  border: solid 1px #666;
}
.emailForm .email {
  font-size: 22px;
  width: 215px;
  color: #999;
  padding: 3px 5px;
  border: solid 1px #AAA;
}
.emailForm .submitbutton {
  width: 100px;
  height: 35px;
  margin-left: 10px;
  background-color: #80E125;
  border: solid 1px #666;
}
.emailForm .submitbutton:hover {
  background-color: #59A42E;
}


.footer {
  background-color: #585757;
  color: #FFF;
  height: 41px;
  line-height: 41px;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer a {
  color: #FFF;
}
.footer ul {
  list-style: none;
}
.footer li {
  list-style: none;
  float: left;
}
.footer .creditsleft {
  float: left;
  margin-left: 20px;
}
.footer .creditsright {
  float: right;
  margin-right: 20px;
}
