.error,
.notice,
.success {
  margin: 0px;
  padding: 0px;
  border: 0px;
  border: none;
  background: none;
  color: auto; }
  .error a,
  .notice a,
  .success a {
    color: auto; }

body {
  font-family: Century Gothic, sans-serif;
  text-align: left;
  background-color: #f3f3f3; }

.headernavigation {
  text-align: right;
  color: black;
  margin-top: 30px;
  font-size: 1.3em; }
  .headernavigation a {
    color: black;
    text-decoration: none; }
    .headernavigation a b {
      font-size: 1.5em; }

h1#logo {
  margin: 5px 0px 5px 25px; }

.content {
  background-color: white; }

.topcurve {
  background: url(../images/topcurve.png) no-repeat 0 top;
  background-color: white; }

.blue {
  color: #005d9e; }

.orange {
  color: #d66a20; }

a {
  outline: none; }

.loading-indicator {
  visibility: hidden;
  z-index: 900; }

.bigtext {
  font-size: 1.5em; }

input.textin {
  padding: 10px; }

form input.begin {
  cursor: pointer; }

.container.content {
  padding-top: 30px; }
