div.phplistform {
  position: relative;
  left: 10px;
  width: 495px;
}

form.phplist {
  width:            100%;
  padding:           0px;
  margin:            0px;
  border:            0px;
  background-color: #fff;
}

form.phplist fieldset {
  position:               relative;
  padding:                    10px;
  margin-top:                 20px; 
  padding-top:                20px; 
  width:                      100%;
  border:           1px solid #000;
  font-family: verdana, sans-serif; 
  background-color:           #ddf;
}

form.phplist fieldset:hover {
  background-color: #eef;
}

form.phplist fieldset td {
  background-color: #ddf;
}

form.phplist fieldset:hover td {
  background-color: #eef;
}

form.phplist fieldset legend {
  position:     absolute;
  top:             -15px; ### adjust position of legend for Opera 
  padding:           0px;
  margin:            0px;
  border:            0px;
}

form.phplist fieldset label {
  display:    block; 
  clear:       left;
  float:       left; 
  width:      100px; 
  text-align: right; 
  color:       #000; 
}

form.phplist fieldset input {
  border:           1px solid #000; 
  background-color:           #fff;
  padding:                     3px;
  margin:                      5px;
}

form.phplist fieldset textarea {
  border:           1px solid #000; 
  background-color:           #fff;
  padding:                     3px;
  margin:                      5px;
}

form.phplist fieldset#subscription input {
  padding:                     0px;
  margin:                      0px;
  margin-right:               10px;
}

.phplist input:focus {
  background-color: #ffd;
}

.phplist input.send:focus {
  background-color: #fff;
}
.phplist input.continue:focus {
  background-color: #fff;
}
.phplist input.subscribe:focus {
  background-color: #fff;
}
.phplist input.unsubscribe:focus {
  background-color: #fff;
}

.phplist textarea:focus {
  background-color: #ffd;
}

/* the following enforce space between list headings and descriptions */
/* and make the list headings bold                                    */

li.list {
  font-weight: bold;
}

div.listdescription {
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
}

