/*
Andrew Payne
email   : andrewpay@aapt.net.au
Name    : nccc
File: problems.css

This adds the graphic theme to the group of pages in the home menus.

*/

label {
  float: left;
  width: 6em;
}

input {
  width: 20em;
  }


fieldset{
  margin: 1em 0;
  padding: 1em;
  border: 1em solid #9AA38D;
  background: #ADB79E;
  width: 90%;
  min-width: 20em;
  max-width: 500px;
}

elgend{
  font-weight: normal;
}

textarea {
  width: 100%;
  height: 200px;
}


.entry p img{
  padding: 20px;
  float: right;
}



.entry li {
  padding-bottom: 10px;

}

