body, html {
	height: 100%;
	display: flex;
	flex-direction: column;
	font-family: "Century Gothic";
	font-size: 16px;
}
#canvas-container {
	display: block;
	margin: 0px auto;
	margin-top: 15px;
}
#emaildiv {
	margin: 0px auto;
	margin-top: 15px;
}
.logo {
	width: 500px;
	margin: 0px auto;
	text-align: center;
}
.content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.formdiv {
	display: flex;
	flex-grow: 1;
	width: 100%;
	position: relative;
}
.theform {
	width: 550px;
	display: flex;
	flex-direction: column;
	margin: 0px auto;
	margin-top: 15px;
}
.formrow {
	display: flex;
	flex-direction: row;
	width: 100%;
	font-size: 18px;
}
.leftcell {
	width: 110px;
	padding-top: 7px;
}
.rightcell {
	display: flex;
	flex-direction: column;
	width: 440px;
	padding-top: 5px;
}
.hint {
	font-size: 11px;
	color: #241EAA;
	padding-bottom: 5px;
}
.other {
	display: none;
	flex-direction: column;
}
.submitbtn {
	text-align: center;
	margin: 0px auto;
}
#popup_warn {
	position: fixed;
	width: 350px;
	padding: 20px;
	text-align: left;
	z-index: 15;
	top: 150px;
	left: 50%;
	margin: 0 0 0 -150px;
	background: #771315;
	color: #FFFFFF;
	display: none;
	border: #FFFFFF solid 2px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.okbutton {
	padding: 5px;
	text-align: center;
	width: 100px;
	height: 20px;
	line-height: 20px;
	margin: 0px auto;
	border: #FFFFFF solid thin;
	cursor: pointer;
	color: #FFFFFF;
	margin-top: 7px;
}
.okbutton:hover {
	background: rgba(255, 255, 255, 0.2);
}
#phones {
	width: 80px;
}
input {
	font-size: 17px;
	font-family: "Century Gothic";
}
input[type=text] {
	height: 28px;
}
input[type=number] {
	height: 28px;
}
input[type=button] {
	height: 28px;
	width: 50%;
	margin: 0px auto;
	margin-top: 30px;
	cursor: pointer;
}
select {
	height: 28px;
	font-size: 17px;
	font-family: "Century Gothic";
}
