body
{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 10px;        
} 

#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:#EEEEEE;
	height:100%;
	/*width:976px;*/
	margin-right:auto;
	margin-left:auto;
	padding:10px;
	border:solid 1px #DDDDDD;
	display:table;

}
 

.userpanel
{
	padding:1px; 
	border:solid 1px #DDDDDD; 
	width:954px;
	float: left;
	margin: 0 0 10px 0; /*top right bottom left*/
	/*margin-right:10px;
	margin-left:10px;*/
	float:left;
	height:30px;
	line-height:30px;	
	background-color:#FFFFFF;
}
 

.navpanel /*218 + 1pad + 1pad + 1bor +1bor = 222*/
{
	padding:1px; 
	border:solid 1px #DDDDDD; 
	width:218px;
	float: left;
	margin: 0 10px 0 0; /*top right bottom left*/
	/*margin-right:10px;
	margin-left:10px;*/
	clear:both;	
	background-color:#FFFFFF;
} 

.mainpanel
{
	padding:1px; 
	border:solid 1px #DDDDDD; 
	width:723px;
	height:500px;
	float: left;
	/*margin-left:10px;
	margin-right:10px;
	clear:both;*/
	background-color:#FFFFFF;	
}

.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;
}


