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

#headerTitle  { 
  width: 440px;
}

#contactContent { 
  color: #414141;
  padding: 20px;
}

#contactContent h2 { 
  color: #414141;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}

#contactContent h3 { 
  font-size: 12px;
  margin-bottom: 10px;
}

#contactContent p {
  text-align: left;
  width: 450px;
}

#contactForm { 
  width: 100px;
  margin-left: 50px;
}

#contactForm label { 
  float: left;
  width: 150px;
  margin-top: 10px;
}

#contactForm input { 
  display: block;
  width: 150px;
  float: left;
  background: #fff9db;
  border: 1px solid black;
  margin-top: 10px;
}

#contactForm textarea { 
  background: #fff9db;
  border: 1px solid black;
  margin-top: 10px;
}


#contactGirl { 
  position: absolute;
  right: 20px;
  bottom: 10px;
}

br { 
  clear: left;
}

p { 
  font-size: 12px;
}

#address { 
  width: 400px;
  padding: 20px;
}
