@font-face {
  font-family: "DipseilFont";
  src: url("/Global/DipseilFont.eot");
  src:
  url("/Global/DipseilFont.woff") format("woff"),
  url("/Global/DipseilFont.otf") format("opentype"),
  url("/Global/DipseilFont.svg#filename") format("svg");
}

@font-face {
  font-family: "DipseilFontLight";
  src: url("/Global/DipseilFontLight.eot");
  src:
  url("/Global/DipseilFontLight.woff") format("woff"),
  url("/Global/DipseilFontLight.otf") format("opentype"),
  url("/Global/DipseilFontLight.svg#filename") format("svg");
}


body {
  font-family: 'DipseilFontLight', Arial, sans-serif;
  font-weight:normal;
  font-style:normal;
  background-color: #666673;
  padding: 0px;
  margin: 0px;
  font-size: 1.2em;
  overflow: hidden;
  text-align: center;
  color: black;
  }

.fatterFont {
  font-family: 'DipseilFont', Arial, sans-serif;
  font-weight:normal;
  font-style:normal;
}

table#wholebox {
  width: 30%;
  height: 85%;
  background-color: white;
  margin-left: 35%;
  margin-top: 5%;
  border-collapse: collapse; /*whether the table borders should be collapsed into a single border*/
}

table#wholebox .textcenter {
  text-align: center;
}

table#registerinfocontainer {
  display:inline;
  margin-bottom:2%;
}


div.button {
  display:inline;
  cursor: pointer;
  border: 1px solid #fff;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 2%;
  padding-bottom: 2%;
  min-width: 120px;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  
}

div.full_button {
  background-color: #666673;
  color: white;
  width:30%;
}

.message {
  color: #666673;
  font-size: 1.2em;
  text-align: center;
  text-decoration: underline;
  padding-bottom: 7%;
}
.redtext{
	color:red;
	font-size:0.6em;
	padding-bottom: 10%;
}	
a {
  color: #fff;
}
