body {	font-family:Arial;	font-size:14px;	color:#000000; 	font-weight:normal; margin:0px;	background-color:rgba(0,137,223,0.99); direction: ltr;}
h1	 {	font-family:Arial;	font-size:14px;	color:#000000; 	font-weight:normal; margin:0px;	}
h2	 {	font-family:Arial;  font-size:18px;	color:#000000;	font-weight:normal; margin:0px;	}
h3	 {	font-family:Arial;	font-size:16px;	color:#000000;	font-weight:heavy; margin:0px 0px 4px 2px;	}
h4	 {	font-family:Arial;	font-size:38px;	color:#A5A5A5;	font-weight:normal;}
p	 {	font-family:Arial; 	font-size:11px;	font-weight:normal;	margin:5px 0 0 7px;	font-style:italic;}
img	 {	margin-top:0px;	margin-bottom:0px;	}
a	 {	font-family:Arial; 	font-size:12px;	text-decoration:none;	cursor:pointer;	color:#B43D25; font-weight:bold; bottom:-5px; position:relative}
span {	font-family:Arial; 	font-size:12px; margin-left:7px;	}
div	 {	font-family:Arial;	font-size:12px;	font-weight:normal;	}
form {	margin:0px;	padding:0px; border:none;	}
input{	font-family:Arial;	font-size:16px;	font-weight:normal; border-radius:8px; padding:4px;	}
td	{	font-family:Arial;	font-size:12px;	font-weight:normal;	}
th	{	font-family:Arial;	font-size:12px;	font-weight:normal;	}


a:hover{
	text-decoration:underline;
}

.numberOnly{
	width:50px !important;
	text-align:right;
}


/* -------------------------------------- header ----------------------------- */
div.header{
	position:fixed; 
	z-index:100; 
	top:0px; 
	left:0px; 
	width:100%; 
	background-color:rgba(0,137,223,0.99);
	padding:3px;
	height:30px;
}
div.headerTitle{
	float:left;
	font-size:24px;
	color:#ffffff;
	font-weight:normal;
	margin-right:20px;
}
.header_link{
	float:right;
	margin-right:20px; 
	margin-top:3px;
}




.rand{
	border-right:solid 2px rgba(0,0,0,0.2); 
	border-bottom:solid 2px rgba(0,0,0,0.2); 
	border-radius:8px; 
	box-shadow:10px 10px 15px 3px rgba(0,0,0,0.3); 
}


/* -------------------------------------- tempmessage box style ----------------------------- */
#tmpmessage{
	padding-top:8px;
	font-size:16px;
	color:#2a883a;
}
/* -------------------------------------- message box style ----------------------------- */
.popupbox{
	position:absolute;
	width:600px;	
	overflow:hidden; 
	left:50%;
	margin:100px 0px 0px -300px; 
	text-align:center; 
	z-index:999;
	background-color:#fff;
	/* background:url("../images/loginbackgr.png"); */
	
}
.popupboxTitle{
	width:100%; 
	height:26px; 
	top:-10px; 
	font-size: 18px; 
	padding:5px 0px 0px 10px; 
	font-weight:bold; 
	color:#B43D25; 
	text-align:left;
	background-color:rgba(255,218,144,0.8);
}	

.popupboxContent{
	width:100%; 
	font-size: 15px; 
	font-weight:normal; 
	color:#000000; 
	text-align:center;
}
.loginError{
	font-size:16px;
	color:#B43D25; 
}
#loginForm{
	overflow:hidden;
}
#loginForm .loginL{
	float:left; 
	width:191px; 
	height:100%;
}
#loginForm .loginM{
	float:left; 
	width:54px; 
	height:100%; 
	overflow:hidden;
}
#loginForm .loginR{
	float:left; 
	height:100%; 
	background-color:#E9E9E9; 
	text-align:left;
	padding-top:41px; 
	padding-left:10px; 
	font-size:16px; 
	font-weight:bold; 
	width:345px; 
	height:271px;
}
#loginTitel{
	font-size: 39px;
	font-style: italic;
	left: 50%;
	margin: 48px 0 0 -284px;
	position: absolute;
	width: 600px;
	color: #fff;
}
/* -------------------------------------- knoppen ----------------------------- */

.knopsubmit{ 
  position:relative;
 	margin-bottom: 10px;
    margin-top: 10px;
    min-width: 194px;
    padding: 7px 20px;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    line-height: 126%;
    background: linear-gradient(#67ae55, #578843) repeat scroll 0 0 #69a74e;
    border-color: #3b6e22 #3b6e22 #2c5115;
    box-shadow: 0 1px 1px #a4e388 inset;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}


.knopsubmit:active{
	box-shadow:3px 6px 9px 4px rgba(0,0,0,0.08) inset;
}
.knopsubmitOk{
	width:80px;
	margin:20px auto 0 auto;
}
.knopTerug{
	width:80px;
	margin:20px auto 20px  auto;
}
.knopopslaan{
	width:80px;
	margin-top:10px;
}

#loginWarning{
	background-color: rgba(255, 0, 0, 0.3);
    border: 2px solid rgba(255, 0, 0, 0.8);
    border-radius: 8px;
    bottom: -253px;
    color: rgb(255, 255, 255);
    height: 40px;
    left: 233px;
    position: relative;
    width: 335px;
    z-index: 999;
}