<style type="text/css">
/* Style inputs with type="text", select elements and textareas */
body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}


input[type=textarea]{
  font-size: 15px;
  width: 45%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: .5em;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  tab-size: 4;
}

textarea, 
pre {
	-moz-tab-size: f2;
	-o-tab-size: 2;
	tab-size: 2;
	resize: none;
}

input[type=text], select {
  font-size: 15px;
  width: 45%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: .5em;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #2E5894;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: .5em;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.logotype{
  font-size: 18px;
  font-family: sans-serif;
  margin: 5px;
  font-size: 1.2rem;
  font-weight: bold;
}
h1{
  font-size: 18px;
  font-family: sans-serif;	
}
h2{
  font-size: 16px;
  font-family: sans-serif;	
}
h3{
  font-size: 12px;
  font-family: sans-serif;	
}

.smallbreak{
	margin-bottom: 30px;
}

.button {
  font-size: 16px;
  font-family: sans-serif;
  background-color: #209CEE;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 15%;
  min-width: 100px;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}

.smallb {
  text-decoration: none;
  font-size: 12px;
  background-color: #209CEE;
  padding: 8px 8px;
  width: 8%;
  margin-top: 10px;
  margin-right: 28px;
  margin-bottom: 16px;
  float: right;
}



.smallb-disabled{
  background-color: #ffffff;
  color: gray;
  border: 1px solid #ccc;
  cursor: default;
}

.button-disabled{
  background-color: #ffffff;
  color: gray;
  border: 1px solid #ccc;
  cursor: default;
}


.demolink {

	font-size: 16px;
	font-family: sans-serif;
    width: 48%;
    padding: 12px;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
	float: right;

}

.footer {
	
	font-size: 9px;
	font-family: sans-serif;
    width: 35%;
    margin-bottom: 16px;
	margin-left: 40%;
	margin-top:10%;
}

.centermedium {

	font-size: 16px;
	font-family: sans-serif;
    width: 48%;
    margin-top: 60px;
    margin-bottom: 16px;
	margin-left: 35%;

}

.ultra-bar{
	width:100%;
	overflow:hidden;
	background-color:#dddddd;
}

.ultra-button{
	border:none;
	display:inline-block;
	padding:8px 16px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	color:#000000;
	font-size:14px;
	background-color:inherit;
	text-align:center;
	cursor:pointer;
	white-space:nowrap
}

.ultra-button:hover{
	background-color:#fff;
	
	}

.checkboxtext{
font-size: 16px;
font-family: sans-serif;
font-weight: normal;
max-width: 58rem;
margin: 1.5rem auto 0;
padding: 0 1rem;
}

.menubar{
padding:8px 16px;
float:left;
width:auto;
border:none;
display:block;
outline:0;
}

.bigtext{
	font-size: 16px;
	font-family: sans-serif;
	font-weight: normal;
	max-width: 43.75rem;
    margin: 2.5rem auto 0;
    padding: 0 1rem;

}
.bigtext:bigtext-center{
		text-align: center;
}

img{
	vertical-align:middle;
}
.button:hover {
  background-color: #45a049;
}
.button-disabled:hover {
  background-color: #ffffff;
}

.smallb:hover {
  background-color: #45a049;
}
.smallb-disabled:hover {
  background-color: #ffffff;
}
.certify{
	width: 8em; 
	margin-right: 10em;
	font-size: 16px;
	font-family: sans-serif;
	text-align: right;
	padding: .4em;
	font-weight: normal;	
}

input[type="text"].mlink
{
  font-size: 16px;
  font-family: sans-serif;	
  margin: 20px;
  width: 100%;
  max-width: 78%;
}
input[type="text"].timedatebox
{
  width: 50%;
  margin: 20px;
}
.KeyValueDiv {
  display: inline-block;
 }
.HeaderLabel{
	font-size: 16px;
	font-family: sans-serif;
	display: inline-block;
	font-weight: bold;
	padding: .4em;
	font-size: 15px;
    width: 30%;
    padding: 12px;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
	text-align:right;

}

code{
	font-size:15px;
	font-weight:normal;
	color:#e0245e;
}

promotext{
	font-size:15px;
	font-weight:normal;
	color:#0e476e;
}


.ValueLabel{
	font-size: 16px;
	font-family: sans-serif;
	display: inline-block;
	margin-left: 34%;
	width: 30%;
	padding: .4em;
}

.InputLabel{
	float: left; 
	width: 8em; 
	margin-right: 1em;
	font-size: 16px;
	font-family: sans-serif;
	text-align: right;
	padding: .4em 
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  width: 850px;
}

.tandc{
	display: block;
	margin-top: 35px;
	margin-bottom: 15px;
}

.select-css {
	display: block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 80%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.select-css option {
	font-weight:normal;
}


#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}

</style>
