body {
  background-color: #fff;
  font-family: arial,helvetica,sans-serif
}

img {
  border-width: 0px;
}

.state_new {
  background-color: #ccc;
}
.state_processing {
  background-color: #ffc;
}
.state_success {
  background-color: #cfc;
}
.state_failure {
  background-color: #fcc;
}
.state_fulfilled {
  background-color: #ccf;
}
.state_obsolete {
  background-color: #fff;
}


input.fulfill {
  width: 70%;
  margin: 10px;
  display: block;
  margin-left: 50px;
}

#banner {
  width: 100%;
  height: 150px;
  top: 0px;
  clear: both;
}

#navbar {
  position: relative;
  width: 160px;
  float: left;
}

#content {
  position: relative;
  margin-left: 120px;
}

#logo {
  border-width: 0px;
  width:90;
  height: 73;
  float: left;
  margin-right: 100px;
}

div.title {
  font-size: 22px;
  
}

div.subtitle {
  font-size: 18px;
  margin-left: 10px;
}

div.error {
  color: #c00;
  font-size: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #c00;
  margin-left: 10%;
  margin-right: 10%;
  padding: 10px;
}

A:link,A:visited,A:active,A:hover {
  color: #00f;
}
.fulfill {
  text-decoration: none;
}


