/* download request page stuff */

#middleContent { 
/*   text-align: center; */
 }

#dlr_pg li { 
  float: left;
  clear: left;
  list-style: none;
  font-weight: normal;
 }


#dlr_pg label { 
  float: left;
  width: 10em;
  margin-right: 1em;
  font-weight: normal;
  margin-top: 0.1em;
 }


#dlr_pg input { 
  margin-top: 0.1em;

 }

#dlr_pg fieldset {
  border: 1px solid #bfbab0;
  background-color: #e1d0ee;
  background-color: #e3ddff;
/*   margin-left: auto; */
/*   margin-right: auto; */
 }



#dlr_pg fieldset.submit { 
  width: auto;
  border: 0 none #fff;
  padding-left: 12em;
  background-color: transparent;
}


#dlr_pg fieldset.radioset li { 
  float: none;
}


#dlr_pg fieldset.radioset label { 
  float: none;
  font-size: 80%;
  margin-right: 2em;
 }


#dlr_pg li.legend { 
  margin: 0.2em 0 1em 1em;
  padding: 0;
  color: #000;
  font-weight: bold;
}


.message { 
  color: #cd001e; 
  margin: 0 2em 0 2em;
 }


.message a, .message a:visted { 
  color: #00f;
 }


.asterisk {
 color: #ff0000;
}



/* end of download request page stuff */