*, body {
	font-size: 14px;
}
#text_content {
	font-size: 14px;
}
.styleswitch {
	display: block;

	width: 120px;
	height: 0px;

	padding-top: 126px;
	margin-top: -5px;
	
	
    background-image: url(../gfx/standaard_lettergrootte.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	font-size: 0px;
	overflow: hidden;
}
	
/* Messages */

div.successmessage {
  padding: 4px;
  margin-bottom: 10px;
	border : 1px solid #58b75a;

	background-color : #d6ffd7;
  color: #259427;
}

div.successmessage a, div.successmessage b {
  color: #259427;
}

div.errormessage {
  padding: 4px;
  margin-bottom: 10px;
  padding-right: 45px;
	border: 1px solid #FFCC00;

	background : #FFFF99 url(../gfx/notification.png) no-repeat 99% 0;
}

