#kwicks_container {
    background-color: white;
    height: 70px;
    border: 2px solid black;
}
#kwicks {
    /* removed for IE6
    position: relative; */
    margin: 0;
    padding: 0;
}
#kwicks li { 
    float:left; 
    background-color: white; 
    border-right: 2px solid black; 
    white-space: nowrap;
    list-style-image: none;
    list-style-type: none;
}
#kwicks li.last { float:right; }

#kwicks .kwick {
    display: block;
    width: 128px;
    height: 70px;
    overflow: hidden;
}
#kwicks .home { background: url(/images/nav/home2.png) no-repeat; }
#kwicks .about { background: url(/images/nav/about2.png) no-repeat; }
#kwicks .books { background: url(/images/nav/books2.png) no-repeat; }
#kwicks .contact { background: url(/images/nav/contact2.png) no-repeat; }
#kwicks .links { background: url(/images/nav/links2.png) no-repeat; }
#kwicks .paypal {
    position: relative;
    top: 25px;
    right: 5px;
}
#kwicks .last { border-right: none; }

div.row { padding: 15px 0; }

div.row span.label {
  float: left;
  width: 100px;
  text-align: left;
  }

div.row span.input {
  float: left;
  width: 235px;
  text-align: left;
  } 
