/* CSS for donor information form */
/* this may be something to try in DW */

.donor_form {
position: relative;
top: 0; left: 0;
width: 100%;
 background-color: transparent;
 color: black;
 line-height: 2em;
 font-size: 1.0em;
 font-weight: 500;
 margin: 0 25px 0 0;
 font-family: georgia, 'times new roman', times, roman, serif;
 border: 0px solid yellow;
 }
.item_box {
 position: relative;
 top: 0; left: 0;
 width: 400px;
 padding; 0;
 border-bottom: 1px solid green;
 }
 
.len_300 {
 margin-top: -1.0em;
 width:300px;
 }
.ownline_300 {
 margin-top: 1.0em;
 margin-left: 0;
 width: 300px;
 }
.len_20 {
 margin-top: -1.0em;
 width:20px;
 }
