/*******************
 *	Basic          *
 *******************/


body {
	background-color:#ededed;
	font-family: calibri, arial, helvetica, sans-serif;
	font-size:14px;
}

table.page_frame {
	width:100%;
	height:100%;
	border-collapse:collapse;
}

table.inlog_content {
	width:300px;
	margin-top:50px;
	border-collapse:collapse;
	text-align:left;
}

td.inlog_box {
	width:385px;
	height:262px;
	background-image:url('../img/bg_inloggen.gif');
	background-repeat:repeat-y;
}

p.message {
	color:red;
	text-align:left;
}


div.change_pw_box {
  position:relative;
  left:0px;
  top:0px;
  width:400px;
  height:260px;
  background-color:#ededed;
  background-image:url('../img/change_pw.gif');
  background-repeat:repeat-y;
  text-align:center;
  vertical-align:middle;
}

input {
	color:#a2a2a2;
	font-family: calibri, arial, helvetica, sans-serif;
	font-size:14px;
	border-style:solid;
	border-color:#a2a2a2;
	width:150px;
	border-width:1px;
}

img {
  border:0px;
}

