/**
 * form.style.css
 * 
 * @abstract form.style.css
 * 	
 * CSS file die gebruikt wordt om de formulieren op te maken
 * 
 * @link class/dl.class.php
 * @author  Johan van der Heide <mail@japaveh.be>
 * @version 1.02
 * @package Nano
 * @copyright Japaveh Webdesign
 */

fieldset {
	border: 0;
	padding: 0.3em;
	margin-bottom: 5px;
}

fieldset legend {
	display: none;
}

input.text, textarea {
	width: 18em;
}

/**
 *  Solve the 3px jog, only for IE6
 */
* html input.eerste {
	margin-left: -3px;
}

.error {
	font-style: italic;
	color: red;
	font-size: small;
}
		
.submitbutton{
	margin-left: 60px;
	margin-top: 5px;
	width: 90px;
}		

