* {
  font-family: Verdana, sans-serif;
}
html, body {
	height: 100%;
}
a#headerlink {
	text-decoration: none;
}
html {
    display: table;
    margin: auto;
}
body {
    display: table-cell;
    vertical-align: middle;
}

footer {
    text-align: center;
    font-size: 9px;
    padding-top: 50px;
}
#headline-container {
  text-align: right;
  border-bottom: 1px solid #899989;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 22px;
  margin-right: 0px;
  padding-right: 7px;
  margin-left: 10px;
  letter-spacing: -0.25px;
}

#logo-container {
  vertical-align: top;
	float: left;
}

#logo {
}


#infoline {
  font-size: 9px;
  text-align: center;
}

#messagebox-container {
  padding-left: 11px;
  padding-right: 16px;
}

div.messagebox {
  font-size: 12px;
  padding: 5px;
  padding-left: 55px;
  text-align: center;
  width: 70%;
  min-height: 34px;
  vertical-align: middle;
}

div.mistake {
  color: #d00;
  background-image: url(../images/warning.png);
  background-repeat: no-repeat;
  background-position: 10px 5px;
  font-weight: bold;
}

div.confirmation {
  color: #280;
  background-image: url(../images/ok.png);
  background-repeat: no-repeat;
  background-position: 10px 5px;
  font-weight: bold;
}

div.notice {
  color: #04c;
  background-image: url(../images/notice.png);
  background-repeat: no-repeat;
  background-position: 10px 5px;
  font-weight: bold;
}
.button {
  font: bold 14px Arial;
  text-decoration: none;
  background-color: #4682B4;
  color: white;
  padding: 10px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}
