body {
  margin: 30 0 0 20;
}
body, input, textarea {
  font-family : monospace;
  font-size : 12px;
  line-height: 18px;
}
.input.disabled {
  background-color:#eeeeee;
}
h1 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 16px;
  font-weight : bold;
  color:#669b33;
}
h2 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : bold;
  color:#669b33;
}
a,a:visited,a:active{
  font-family : Arial, Helvetica, sans-serif;
  color: #2e6603;
  font-size:13px;
  font-weight:bold;
  text-decoration : none;
}

a:hover{
  font-family : Arial, Helvetica, sans-serif;
  color: #669b33;
  font-size:13px;
  font-weight:bold;
  text-decoration : none;
}
p {
  text-indent:20px;
  margin-top:4px;
  margin-bottom:0;
  color:#000000;
}
#mainDiv {
  width:600px;
  padding-bottom:20px;
}
#footer {
  text-indent:0;
  margin-top:40px;
  margin-bottom:20px;
}
.err {
  color:#ff0000;
  display :none;
}