#indexBanner { 
  background: url('/images/rd/book_app.gif') no-repeat;
  background-position: 10px 40px;
  height: 320px;
}

#affiliatesformContent h2 { 
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

#leftSideBanners { 
  float: left;
  margin-left: 20px;
  margin-left: 10px;
  width: 200px;
}

#freeDownload { 
  width: 191px;
  height: 45px;
}

p { 
  font-size: 12px;
}

#rightSideForm { 
  margin-left: 10px;
  margin-left: 0px;
  float: left;
  width: 450px;
  padding-bottom: 20px;
}

#rightSideForm p { 
  margin-top: 5px;
  width: 100%;
  text-align: left;
}

#rightSideForm input { 
  border: 1px solid black;
  text-align: left;
  width: 221px;
  background-color: #fff9db;
}

#rightSideForm select { 
  border: 1px solid black;
  text-align: right;
  width: 221px;
  background-color: #fff9db;
}

#rightSideForm .formButtons { 
  width: 110px;
  text-align: center;
}

.label { 
  display: block;
  width: 200px;
  float: left;
  text-align: left;
}

.freeDownloadButton 
{ 
  position: relative;
  background: url(/images/rd/freedldbtn_dwn.gif) no-repeat;
  white-space: nowrap;
  display: block;
  width: 191px;
  height: 45px;
  margin: 0;
  padding: 0;
}

.freeDownloadButton a
{
  display: block;
  color: #000000;
  font-size: 11px;
  width: 191px;
  height: 45px;
  display: block;
  float: left;
  color: black;
  text-decoration: none;
}

.freeDownloadButton img
{
  width: 191px;
  height: 45px;
  border: 0
}

* html a:hover
{
  visibility: visible;
}

.freeDownloadButton a:hover img
{
  visibility: hidden;
}

p#error { 
  color: red;
  font-weight: bold;
  text-align: center;
  padding: 5px 0px 5px 0px;
}
