*{
	padding:0px;
	margin:0px;	
	box-sizing: border-box;
}

button{
	padding:3px;
	background-color:papayawhip;
	cursor: pointer;
}

body, html, wrapper{
	font-family: Arial, Helvetica, sans-serif;
	margin:0px auto;	
}
h1,h2,h3,h4{
	text-align: center;	
	padding:5px 0px;
}
h1{
	text-decoration: underline;
}
.errormess{
	color:red;
	font-weight:bold;	
	font-size: 12px;
	text-indent: 0px;
}
.error_text{
	color:red;
	font-size:1.25em;
}
.proceed_text{
	color:green;
	font-size:1.25em;
}
#header {
	text-align: center;
	padding: 20px;
}    

#topnav {
	overflow: hidden;
	font-size:1.25em;
	}          
#topnav a {
	border-right: 1px solid #CCC;
	box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
	font-weight:bold;
	background-color:lightgrey;
	color: black;
	float: right;
	display: block;	
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	
}      
#topnav a:hover {
	background-color:lightblue;
	color: grey;
}      
#main {
	padding: 15px;
}
.mcontent{
	border: 2px solid black;
    border-radius: 5px;
	padding:0px 10px;
	margin:0px 0px 20px 0px;
}
#fcontent{
	text-align: center;	
}

#pfooter {
	clear:both;
	padding: 10px;
	text-align: center;
}
#pfooter img{
   margin:0px 30px		
}
.formlabel{
    height:30px;
    float:right;
    text-align:right;
}
.formfield{
    height:30px;
    float:right;
}
.formerror{
    text-align:center;
}
.shadedcon{
    background-color:lightgrey;
    padding:15px;
    border-left:2px solid black;
    border-bottom:2px solid black;
    border-top:1px solid black;
    border-right:1px solid black;
}
#sidenav {
	overflow: hidden;
	background-color:lightgrey;}          
#sidenav a {
	display: block;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	border-bottom:1px solid grey;
}      
#sidenav a:hover {
	background-color:grey;
	color: black;
	font-weight:bold;
	text-decoration:underline;
}  

#serviceblk li{
	font-size:1.25em;
}

#langchoose{
	position:absolute;
	top:13px;
	left:13px;
}

.frame{
	max-height:200px;
	width:200px;
	height:200px;
	float:left;
	white-space:nowrap;
	text-align:center;
}

.frameimg{
	vertical-align:middle;
	max-height:150px;
	max-width:150px;
	margin:auto;
}

.helper{
	display:inline-block;
	height:100%;
	vertical-align: middle;
}

.contactitem{
	width:max-content;
	float:left;
	padding:0 10px;
	font-size:1.25em;
}

.splitarea2{
	width:50%;
	float:left;
	text-align:center;
}






/*--------------------------------*/

.cpshadedcon{
    background-color:tan;   
    border-left:2px solid black;
    border-bottom:2px solid black;
    border-top:1px solid black;
    border-right:1px solid black;
	margin:0 auto;
	width:max-content;
	font-size:1.25em;
}
.scheader{
	background-color:lightblue;
}


.cpformfield{
    height:30px;
	width:240px;
    float:left;
	text-align:left;
}

.cpformspace{
    height:30px;
	width:30px;
    float:left;
	text-align:center;
}
.cperrormess{
	color:red;
	font-weight:bold;	
	font-size: 1em;
	width:100%;
	text-align:center;
}
/*--------------------------------*/

#popupdiv{
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	height:auto;
	width:auto;
	z-index: 1;
	background-color: white;
	padding:10px 30px;
  }

  .clrfloat{
	clear:both;
	max-height:0px;
  }

  .subheader{
	text-decoration: underline;
  }

  #waitoverlay{
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	height:100%;
	width:100%;
	z-index: 2;
  }

  .vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  }

  .flag{
	float:left;
	width:78px;
	height:48px;
  }

