﻿* {
  margin: 0;
  padding: 0;
}

html, form, body {
  height: 100%;
}

body 
{
  font-family: Segoe UI, Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 12px;
  color: #333;
	min-width: 500px;
	background: #FFF;
}

a, a:link, a:visited, a:active
{
	color: #002C52;
	display: inline;
	text-decoration: none;
	border-bottom: 1px solid #002C52;
	outline: none;
}

a:hover
{
	border-bottom: 1px solid #FABB00;
}

a img {
  border: none;
}

h1 {
  font-size: 14px;
  color: #002C52;
  font-weight: bolder;
  border-bottom: 1px solid silver;
  margin-bottom: 10px;
}

h2 {
  font-size: 14px;
  color: #002C52;
  font-weight: bolder;
  margin-bottom: 10px;
}

div.LogoBox {
  height: 100%;
  text-align: center;
}

div.LogoBox img {
  height: 40%;
  max-height: 270px;
  max-width: 500px;
}

div.FieldBox {
  width: 500px;
  background: #EEE;
  border: 1px solid #B4B4B4;
  border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 2px #B4B4B4;
  -moz-box-shadow: 0 0 2px #B4B4B4;
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -250px;
  z-index: 1000;
}

div.FieldBoxContent {
  margin: 10px;
}

div.BoxTitle {
  background: #002C52;
  background: -moz-linear-gradient(#FFF, #CCC);
  color: #333;
  height: 30px;
  line-height: 30px;
  font-size: 1em; 
  border-top-left-radius:  5px;
  border-top-right-radius:  5px;
  -moz-border-radius-topleft:  5px;
  -moz-border-radius-topright:  5px;
  padding-left: 5px;
}

div.CopyRight {
  margin: 20px 10px 10px 10px;
  font-size: 11px;
  text-align: center;
}

div.Footer {
  width: 500px;
  margin: auto;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -250px;
}

div.Center {
  width: 500px;
  background: #FFF;
  margin: auto; 
  border-left: 1px solid #B4B4B4;
  border-right: 1px solid #B4B4B4;
  border-bottom: 1px solid #B4B4B4;
  box-shadow: 0 0 2px #B4B4B4;
  -moz-box-shadow: 0 0 2px #B4B4B4;
}

div.CenterContent {
  margin: 20px;
}

img.ImprintLogo {
  width: 500px;
  margin-bottom: 10px;
}

.Error {
  color: Red;
}

