body {
  text-align: center;
  background-color: #ffffff;
  color: rgb(104, 104, 104);
  font: 11px/1.5em helvetica, arial, verdana, sans-serif;
}
a {
  color: #FF9900;
}
div#body {
  margin: auto;
  text-align: center;
}
img#logo {
  margin-top: 50px;
}
div#response {
  margin: auto;
  margin-bottom: 5px;
  width: 330px;
  height: 20px;
  font-weight: bold;
}

div#response span {
  background-color: #CC3300;
  color: #FFFFFF;
  display: block;
  padding: 2px;
}

div#utility {
  margin: auto;
  width: 330px;
  text-align: center;
}
ul#footer {
  color: #000000;
  font-size: 8px;
  text-align: center;
  margin: auto;
  padding: 0px;
  padding-top: 20px;
}
ul#footer li {
  list-style-type: none;
  list-style-position: outside;
  margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
  font-family: tahoma, arial, helvetica, sans-serif;
}
h1 {
  background-color: #666666;
  color: #FFFFFF;
	padding: 3px;
  font-size: 16px;
  border-top: 10px solid #333333;
  border-bottom: 1px solid #333333;
  height: 18px;
  margin-top: 0px;
}
h2 {
	font-size: 14px;
  color: #FF9900;
}
h3 {
	font-size: 145%;
}
h4 {
	font-size: 118%;
}

hr {
  height: 0px;
  border: 0px;
  border-top: 1px solid #777777;
}

form {
  margin: 0px;
}
form.fieldset div input, form.fieldset div select, form.fieldset div textarea {
  margin-right: 10px;
}
form.fieldset div input.check {
  margin-right: 0px;
}
form div {
  text-align: right;
  margin-bottom: 10px;
}
fieldset div input {
  margin-right: 9px;
}
fieldset {
  border: 1px dashed #ccc;
  text-align: right;
  padding: 0px;
  margin-right: 0px;
  padding-bottom: 5px;
}
*.button {
  display: block;
  background-color: #FF9900;
  border-top: 2px solid #FFCC00;
  border-left: 2px solid #FFCC00;
  border-bottom: 2px solid #FF6600;
  border-right: 2px solid #FF6600;
  padding: 0px;
  color: #000;
  float: right;
  text-align: center;
  text-decoration: none;
  font: 11px tahoma, arial, verdana, sans-serif;
  margin-left: 5px;
  margin-right: 0px;
  width: 75px;
}

a.button {
 padding-top: 5px;
 vertical-align: bottom;
}

input.button {
  height: 22px;
}
a.button {
  height: 17px;
  padding-top: 1px;
}
form.fieldset input.button {
  margin-right: 0px;
}
a.help {
  background-color: #FF9900;
  float: left;
  margin-left: 0px;
  display: none;
}