/* for book-offer.php */

#e-book-form, #photo-with-caption, fieldset, #e-book-submit, label, #e-book-form fieldset input { float: left; }

#the-inventors-mind, #e-book-form, #photo-with-caption, fieldset, #e-book-submit, label, #e-book-form fieldset input, #featured-in, #main-box-wrapper { float: left; }

#photo-with-caption { 
  text-align: center; 
  width: 170px;
}
#the-inventors-mind {
	width:175px;	
	margin:5px 25px 0 0;
}
h4 {
  font-weight: normal;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #e8761e;
  margin: 0;
  padding: 0;
}
#e-book-form p {
  font-size: 15px;
  margin: 0.5em 0;
  text-align: center;
  padding: 0;
}

#e-book-form p {
  font-size: 15px;
  margin: 0.5em 0;
  text-align: center;
  padding: 0;
}

fieldset {
  float: left;
  border: none;
  background-color: #daf0f8;
  width: 165px;
  padding: 5px;
  margin: 2px 10px 0 20px;
  zoom: 1;
}

fieldset:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

label { 
  display: block;
  font-size: 11px; 
  width: 40px;
  text-align: right;
  margin: 0 3px 0 0;
}

/*
#e-book-form fieldset input {
  height: 14px;
  padding: 0 1px;
  margin: 0;
  width: 105px;
  border: 1px groove #4cb7de;
  font-size: 12px;
}

#e-book-form fieldset input#name-field {
  margin: 0 0 3px;
}


#e-book-form {
  display: block;
  width: 357px;
  height: 237px;
  background: url(/images/sign-up-box.png) top left no-repeat;
  margin: 0 35px 0 0;
  position: relative;
}
*/

/*
#e-book-form #success-overlay {
  display: none;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 327px;
  height: 207px;
  background-color: #E8F5FB;
}

#e-book-form #success-overlay p.header {
  font-size: 18px;
  color: #E8761E;
  font-weight: bold;
  text-align: center;
  margin: 2em 0 0 0;
}

#e-book-form #success-overlay p {
  font-size: 13px;
  text-align: left;
  margin: 1em 0 1em 1em;
  padding: 0;
}

#success-overlay em {
  display: block;
  text-align: left;
}

#success-overlay a {
  position: absolute;
  bottom: 15px;
  display: block;
  text-align: center;
  color: #E8761E;
  width: 327px;
}
*/

/*
h2 {
  font-size: 20px;
  margin: 0.75em 0 0;
  padding: 0;
  text-align:center;
  line-height:normal;
}
*/

h2 em { 
  font-style: normal;
  color: #e87b1e;
}
#e-book-form .field-error {
  background-color: #FFCCCC;
  color: red;
  border: 1px solid red;
}

