body {
  background: white;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
* {
  font-family: Verdana, Arial, Hevetica, sans-serif !important;
}
.form-container {
  position:absolute;
  left:50%;
  top:46%;
  width:440px;
  color:#000000;
  border: 1px solid;
  border-color: #D3D3D3;
  box-sizing:border-box;
  margin:-180px 0 0 -220px;
  padding:16px 64px;
  background-color: white;
} 	 
.navigPc{
  height: 60px;
}	  
.GVOnline{
  display: none; 
} 
.footer {
  position:fixed;
  bottom:0;
  color:#FFF;
  background-color:rgba(255,255,255,0.44);
  width:100%;
  box-sizing:border-box;
  height:80px;
  padding:16px 24px;
  border-top: 10px solid #cccccc;
  z-index: -1;		   
}
textarea{
  font-size: 10px;
  border-color: #b5bcc7 !important;
}
fieldset {
  border: none;
  padding: 0px;
}
legend {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  border-bottom: #e0e0e0;
  border-bottom-width: medium;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  padding-bottom: 5px;
  padding-top: 15px;
}
input {
  margin-right: 10px;
}
.instructions {
  margin: 16px 0px 16px 0px;
}
	
h1 {
  margin: 0px 0px 16px 0px;
}

.box {
   float: left;
   clear: left;
   padding: 5px 1px 0px 0px;
}

.errorMessage {
  margin: 0px;
}

button {
  width:110px;
  padding: 5px;
  margin-top: 2px;
  //margin-right: 5px;
  font-weight: bold;
  font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif !important;
  font-size: 11px;
}
