body {
  background-color: #eee8d5;
  font-family: "Verdana";
  font-size: small;
}

.center {
  text-align: center;
}

span.submit {
  float: right;
}

img#google {
position:relative;
float:left;
}

h1 { font-family: "Kimberley"; font-size: xx-large; }
h2 { font-family: "Kimberley"; font-size: x-large; }
h4 { font-family: "Kimberley"; font-size: large; }
h5 { font-family: "Verdana"; font-size: medium; }
p { font-family: "Verdana"; font-size: small; }

form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

span.now {
  color: red; 
}

