form .submit, a.pseudobutton	{background: url(../img/submit_transp.png) no-repeat top left; color: white;
	width: 132px; height: 21px; border: none;}
	a.pseudobutton	{display: block; text-align: center; text-decoration: none; padding-top: 3px;}
	a.pseudobutton:hover	{text-decoration: none;  font-weight: bold; color: white !important;}
	
form input, form textarea	{border: 1px solid silver; padding: 2px 4px}
form .noborder, .radiowidget, .checkboxwidget	{border: none;}
form input:focus, form textarea:focus	{border: 1px solid black;}

form input.verder	{float: right;}

form dl	{overflow: hidden;}
form dl dt, dl.formbevestiging dt {clear:both; width: 100px; float:left; margin-right: 0.5em}
form dl dd, dl.formbevestiging dd {float:left; width:66%; margin:0 0 0.5em 0;}

fieldset	{padding: 10px; margin-bottom: 15px; border-top: 1px solid #cbcbcb; border-width: 1px 0 0 0 }
fieldset legend	{font-weight: bold}
fieldset span.toelichting	{font-size: 0.8em; color: #606060} /* toelichting bij veld */

form fieldset dl dt	{text-align: right; /*font-size: 0.9em*/}

.errormessage	{display: none; color: black; margin-left: 100px; font-size: 90%; font-weight: bold;}
.no-margin {margin-left: 0;}

.introtext-section, .outrotext-section	{margin: 15px 0 5px 0}
.formcontainer, .formcontainer form	{margin: 0; padding: 0;}

fieldset.no-legend	{border: none; padding: 0; margin-top: 5px;}
fieldset.no-legend legend	{display: none;}
fieldset.no-legend dl	{margin:0;}

fieldset.subtiel	{border: none; display: none; padding: 0; margin-top: 15px;}
fieldset.subtiel legend	{display: none;}

#loginform	{width: 250px; /*font-size: 0.8em;*/ margin: 12px 0; padding: 0;}
form#loginform dl dt, form#loginform dl dd {width: 100px;}

.clear	{clear: both}
.inlog  {display: none;}

fieldset.breed dl dt {width: 180px; text-align: left; }
fieldset.breed dl dd {width: 45%;}

.notice	{border: 1px inset #4e4e4e; z-index: 10; background-color: #f5f5f5; padding: 10px;}
.notice, .notice a	{color: #2a2a2a}

/* Ezine tooltip*/
span.info {position: absolute; left: -20px; top: 0;}
div.info {display: none; }
div.popover {position: absolute; z-index: 200; border: 1px solid #fcc374; display: block; padding: 1em; background: #fff4e4; opacity: 0.9; color: black; width: 300px; left: -30px; top: -50px;}
	
dl.onderelkaar  {overflow: auto;}
       dl.onderelkaar dt {clear:both; text-align: left; width: auto;}
       dl.onderelkaar dd {clear:both;  width: auto;}


