/*
~~~
*/
body { 
  padding-top: 60px; 
}

img#logo {
  padding-bottom: 1em;
}

#top li {
  margin-top: 0px;
}
#content {
  font-size: 0.9em;  
}
form {
  margin-left: 15em;
  margin-right: 7em;
}
fieldset#declaration, fieldset#gardener {
  min-width : 700px;
}
td { padding-top: 12px; }

fieldset legend { color: #a1a749; }

fieldset.renewal {
  width: 232px;
  display: none;
}
#lbl_activities {
  margin-top: 52px;
}

#postal_mail {
  font-weight: bolder;
}
.hk {
  text-decoration: underline;
}
input#submit {
  float: right;
  margin-top: -8px;
  margin-right: 24px;
  height: 48px;
  width: 142px;
  font-size: 28px;
}
#registration {
  padding-bottom: 42px;
}

#debug_container>label { float: right; 
  background-color: crimson;
  border-radius: 4px;
  color: white;
  opacity: 0.62;
  padding: 4px 8px 4px 4px; 
} 
.debug select {
  color: white;
  background-color: crimson;  
}

.debug select, .debug label { 
  font-weight: normal; 
  font-size: 14px;
} 

.email_status {
  background: url(../image/no_email.png);
  width: 24px;
  height: 24px;
}