#text{
  float: left;
  padding-right: 1em;
}
#signup, #qnav, #free_chapter{

}
#signup, #free_chapter{
  float: left;
  width: 16em;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  _border-radius: 15px;
  padding-right: .3em;
  padding-left: 1em;
  margin-top: 1em;
}
#signup{
  background: #fef5e9 url('img/signup_head.png') no-repeat;
}
#signup .req{
  color: #FF5500;
  font-weight: bold;
}
#signup h3, #free_chapter h3{
  color: #0c2c57;
  
  text-indent: -3999px; 
}
#signup h3{
  padding-top: 10px;
  padding-bottom: 1em;
}
#signup p, #free_chapter p{
  font-size: .75em;
  padding-top: .1em;
}
#signup p.blurb{
  margin-bottom: 1em;
}
#signup textarea{
  width: 20em;
  height: 6em;
}
#signup input, #signup textarea, #signup input.norm{
  padding: 3px;
  color: #000000;
  width: 20em;
  font-size: 1em;
  font-family: georgia, times new roman, serif;
  border-top: 1px solid #888888;
  border-left: 1px solid #888888;
  border-bottom: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  _border-radius: 5px;
}
#signup input.err{
  border: 1px solid #ed1c24;
  color: #ed1c24;
}
#signup input, #signup textarea, #signup input.err, #signup input.norm{
 background: #FFFFFF url('img/signup_input.png') top repeat-x;
}
#signup p.err_p{
  color: #ed1c24;
  text-align: right;
}
#signup .btn{
  width: 20.7em;
  background: #FFFFFF;
  border: 1px solid #f7941d;
  color: #000000;
  margin-bottom: 1.25em;
  margin-top: 1.5em;
  
}
#signup .btn:hover{
  border: 1px solid #00cd1d;
  color: #00b019;
}
#right_col a{
  color: #4b78b5;
  text-decoration: none;
}
#right_col a:hover{
  color: #00cd1d;
}
#right_col a:visited{
  color: #999999;
}

#error_msg{
  display:none; 
  position:absolute; 
  z-index:200; 
  background: url('img/msg_arrow.gif') right center no-repeat; 
  padding-right:7px
}
#error_content {
  color: #ed1c24;
  display: block;
  font-size: .75em;
  background: #FFFFFF url('img/err_row.png') 0 2px no-repeat; 
  border:2px solid #ed1c24; 
  border-right:none; 
  padding:5px;
  padding-left: 24px;
  min-width:10em; 
  max-width:16em;
}
#free_chapter{
  border: 1px solid #f7941d;
  background: #fee4c7 url('img/chapter_head.png') no-repeat;
}
#free_chapter h3{

}
#free_chapter p.blurb{
  margin-top: 25px;
}
#free_chapter p{
  padding-right: 5px;
  color: #000000;
}
#free_chapter a.chapter_link{
  width: 233px;
  height: 20px;
  display: block;
  padding-top: 5px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-family: helvetica, arial, sans-serif;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background: #00cd1d url('img/chapter_button.png') repeat-x;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  _border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#free_chapter a.chapter_link:hover{
  color: #00cd1d;
  background: #FFFFFF;
  border: 1px solid #00cd1d;
}

#right_col{
  overflow: hidden;  
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding-left: .5em;
}
#qnav{
  margin-top: 2.4em;
  width: 17.33em;
}
#qnav h3{
  border-bottom: 1px solid #4b78b5;
  padding-bottom: .2em;
  color: #0c2c57;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.3em;
  margin-bottom: 1.2em;
  background: url('img/h1_bg.png') bottom repeat-x;
  padding-left: .2em;
}
#qnav a:visited{
  text-decoration: none;
  color: #000000;
}