#rsec {
  float: right;
  width: 300px;
  padding: 0px 20px 0px 0px;
}

#rsec p, #pp p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 25px;
}

#rsec table td {
  font-size: 12px;
  text-align: left;
  padding: 3px 5px 3px 5px;
}

.th {
  font-weight: bold;
}

.first {
  background-color: #f5f5f5;
}

.second {
  background-color: #e5e5e5;
}

.small {
  font-size: 11px;
}

#pp {
 width: 540px;
 padding-left: 10px;
}

#pp h2, #rsec h2 {
  color: #e10000;
  margin-bottom: 15px;
}


form {
  background-color: #f5f5f5;
  padding: 20px;
}


#pp table td {
  text-align: left;
  font-size: 12px;
  padding: 10px 15px 10px 0px;
}

td.label {
  font-weight: bold;
  vertical-align: middle;
}

td.label span {
  font-weight: normal;
  font-size: 11px;
}


#pp input[type=text] {
  width: 300px;
  height: 25px;
  line-height: 25px;
}

#pp textarea{
  width: 400px;
  height: 100px;
  font-family: Arial, sans-serif;
  overflow: auto;
  text-align: left;
}

#pp .sep {
  border-bottom: 1px solid #c1c1c1;
  height: 1px;
  padding: 0px;
}














