html {
  height: 100%;
}

body {
  margin-bottom: 1px;
  height: 100%;
}

label {
  display: block;
  font-weight: bold;
  margin-top: 5px;
}

label.not-required {
  font-weight: normal;
}

#footer {
  text-align: center;
}

#footer a {
  color: black;
}

#header {
  background-image: url(/images/cp-header-bg.jpg); 
  height: 79px; 
  text-align: right; 
  color: silver; 
  padding: 5px 10px;
}

#header a {
  color: silver; 
}

h1 {
  font-weight: normal;
}

h2 {
  font-weight: normal;
  color: white;
}

#homepage-info {
  background-image: url(/images/cp-homepage-tips-bg.png); 
  height: 171px; 
  border-top: solid 1px white; 
  border-bottom: solid 1px white; 
  position: relative;
}

#homepage-info a {
  color: white;
}