* {
    /*padding: 0; 
    margin: 0;*/ 
}

html
{
	overflow-y: scroll;
}

body
{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 10px;       
} 

.clear								{ clear:both}
.left								{ float:left}
.right								{ float:right}


#wrapperactivatie
{
	width:100%;
	background-color:#FFFFFF;
	height:100%;
	width:630px;
	margin-right:auto;
	margin-left:auto;	
	padding:10px; 
	border:solid 1px #DDDDDD;
	display:table;

} 



#wrapperlogin
{
	width:100%;
	background-color:#FFFFFF;
	height:100%;
	width:500px;
	margin-right:auto;
	margin-left:auto;	
	padding:10px; 
	border:solid 1px #DDDDDD;
	display:table;

} 

#wrapper
{
	background-color:#FFFFFF;	
	height:100%;
	margin-right:auto;
	margin-left:auto;	
	padding:10px;
	border:solid 1px #DDDDDD;
	display:table;
	width:955px;
}
 

.userpanel
{
	padding:0px;
	border:solid 1px #DDDDDD; 
	width:952px;
	margin: 0 0 10px 0; /*top right bottom left*/
	float:left;
	height:30px;
	line-height:30px;	
	background-color:#FFFFFF;	
	clear:both;
}
 

.navpanel
{
	padding:0px;
	border:solid 1px #DDDDDD; 
	width:212px;
	float: left;
	clear: left;
	margin: 0 10px 0 0; /*top right bottom left*/	
	background-color:#FFFFFF;
} 

.mainpanel
{
	padding:0px;
	border:solid 1px #DDDDDD; 
	width:728px;
	min-height:471px;
	/*height:471px;*/
	float: both;
	background-color:#FFFFFF;	
	display:table;	
}

.errormessage {

	font-weight:normal;
	color: #FF0000;
	text-decoration:none;
}


.memberinput
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4D4D4D;
	border:#999999 1px dotted;
	text-align:left;
	width:200px;
}

.memberinputvariabel
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4D4D4D;
	border:#999999 1px dotted;
	text-align:left;
}

.memberbutton {
   /*background: url(images/button.gif) no-repeat center right;*/
   padding: 4px 4px 4px 4px;;
   width: auto;
   margin: 0;
   background-color: #4D4D4D;
   border: solid 1px #999999;
   font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
   /* height: 21px; # triggers bug in IE7 with overflow */
   line-height: 13px;
   height: 24px;
   overflow: visible;
}

.navlink {

	font-weight:normal;
	color: #4D4D4D;
	text-decoration:none;
}

.navlinkactive {

	font-weight:bold;
	color: #4D4D4D;
	text-decoration:none;
}


.credits {
	text-align:right;

}

.poweredbylink {

	font-weight:normal;
	color: #999999;
	text-decoration:none;
	font-size:9px;
	text-align:right;
	margin: 0px 0 0px 0px; /*top right bottom left*/
	line-height:10px;
}



